Skip to content

Commit

Permalink
Merge pull request #264 from carolynvs/cnab-schema-constant
Browse files Browse the repository at this point in the history
Make the claims spec string a constant
  • Loading branch information
carolynvs committed Aug 2, 2021
2 parents 0b6d46d + 8443f53 commit 2982fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claim/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// CNABSpecVersion represents the CNAB Spec version of the Claim
// that this library implements
// This value is prefixed with e.g. `cnab-claim-` so isn't itself valid semver.
var CNABSpecVersion string = "cnab-claim-1.0.0-DRAFT+b5ed2f3"
const CNABSpecVersion string = "cnab-claim-1.0.0-DRAFT+b5ed2f3"

// Status constants define the CNAB status fields on a Result.
const (
Expand Down

0 comments on commit 2982fcc

Please sign in to comment.