Skip to content

Commit

Permalink
Make the claims spec string a constant
Browse files Browse the repository at this point in the history
Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
  • Loading branch information
carolynvs committed Jul 30, 2021
1 parent fdc0505 commit 8443f53
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 8443f53

Please sign in to comment.