We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc0505 commit 8443f53Copy full SHA for 8443f53
claim/claim.go
@@ -18,7 +18,7 @@ import (
18
// CNABSpecVersion represents the CNAB Spec version of the Claim
19
// that this library implements
20
// This value is prefixed with e.g. `cnab-claim-` so isn't itself valid semver.
21
-var CNABSpecVersion string = "cnab-claim-1.0.0-DRAFT+b5ed2f3"
+const CNABSpecVersion string = "cnab-claim-1.0.0-DRAFT+b5ed2f3"
22
23
// Status constants define the CNAB status fields on a Result.
24
const (
0 commit comments