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 29bbf0b commit ddd37c6Copy full SHA for ddd37c6
VERSION
@@ -1 +1 @@
1
-0.2.1
+0.3.0
meta/meta.go
@@ -8,7 +8,7 @@ var GITCOMMIT string
8
// VERSION indicates which version of the binary is running.
9
var VERSION string
10
11
-const majorRelease = "0.2.x"
+const majorRelease = "0.3.x"
12
13
// Version returns the version/commit string.
14
func Version() string {
0 commit comments