We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b6d46d + 8443f53 commit 2982fccCopy full SHA for 2982fcc
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