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 14efbe5 commit 710c0e4Copy full SHA for 710c0e4
1 file changed
version/version.go
@@ -5,7 +5,7 @@ var GitCommit string
5
var GitDescribe string
6
7
// The main version number that is being run at the moment.
8
-const Version = "0.0.2"
+const Version = "0.0.3"
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
0 commit comments