Skip to content

Commit

Permalink
Merge branch 'release/v0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Jan 29, 2024
2 parents 3b0bdd0 + 9e9e535 commit f2fef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did/doc/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

type Document struct {
Context []string `cbor:"@context,toarray" json:"@context"`
Version int64 `cbor:"version" json:"version"`
Version int64 `cbor:"version,keyasint64" json:"version"`
ID string `cbor:"id" json:"id"`
Controller []string `cbor:"controller,toarray" json:"controller"`
VerificationMethod []VerificationMethod `cbor:"verificationMethod,toarray" json:"verificationMethod"`
Expand Down

0 comments on commit f2fef0e

Please sign in to comment.