Skip to content

Commit 957029c

Browse files
authored
update version string (builtin plugins need proper version) (#64)
1 parent c3fbfa8 commit 957029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// version is set during the build process (i.e. the Makefile).
2222
// It follows Go's convention for module version, where the version
2323
// starts with the letter v, followed by a semantic version.
24-
var version = "v0.0.0-dev"
24+
var version = "v0.3.0"
2525

2626
func Specification() sdk.Specification {
2727
return sdk.Specification{

0 commit comments

Comments
 (0)