From 65242a0a80456621743a6c0e3705c9c149793ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Thu, 22 Sep 2022 18:22:41 +0200 Subject: [PATCH] update version string (builtin plugins need proper version) --- spec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.go b/spec.go index 973e22b5..515c48c0 100644 --- a/spec.go +++ b/spec.go @@ -21,7 +21,7 @@ import ( // version is set during the build process (i.e. the Makefile). // It follows Go's convention for module version, where the version // starts with the letter v, followed by a semantic version. -var version = "v0.0.0-dev" +var version = "v0.3.0" func Specification() sdk.Specification { return sdk.Specification{