We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57c6b33 + 65c837d commit 28efdc8Copy full SHA for 28efdc8
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.2"
+var Version = "0.6.3"
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 = "dev"
+var VersionPrerelease = ""
24
25
// The metadata for the version, this is optional information to add around
26
// a particular release.
0 commit comments