We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fbfa8 commit 957029cCopy full SHA for 957029c
spec.go
@@ -21,7 +21,7 @@ import (
21
// version is set during the build process (i.e. the Makefile).
22
// It follows Go's convention for module version, where the version
23
// starts with the letter v, followed by a semantic version.
24
-var version = "v0.0.0-dev"
+var version = "v0.3.0"
25
26
func Specification() sdk.Specification {
27
return sdk.Specification{
0 commit comments