We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af359ca commit 68e7e7fCopy full SHA for 68e7e7f
1 file changed
version/version.go
@@ -15,12 +15,12 @@ import (
15
var GitCommit string
16
17
// Package version helps plugin creators set and track the sdk version using
18
-var Version = "0.6.5"
+var Version = "0.6.6"
19
20
// A pre-release marker for the version. If this is "" (empty string)
21
// then it means that it is a final release. Otherwise, this is a pre-release
22
// such as "dev" (in development), "beta", "rc1", etc.
23
-var VersionPrerelease = ""
+var VersionPrerelease = "dev"
24
25
// The metadata for the version, this is optional information to add around
26
// a particular release.
0 commit comments