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 94f27b8 commit 05e80a1Copy full SHA for 05e80a1
1 file changed
version/version.go
@@ -5,9 +5,9 @@ var GitCommit string
5
var GitDescribe string
6
7
// The main version number that is being run at the moment.
8
-const Version = "0.3.1"
+const Version = "0.3.0"
9
10
// A pre-release marker for the version. If this is "" (empty string)
11
// then it means that it is a final release. Otherwise, this is a pre-release
12
// such as "dev" (in development), "beta", "rc1", etc.
13
-const VersionPrerelease = "dev"
+const VersionPrerelease = ""
0 commit comments