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 73e8d2a commit 83c2170Copy full SHA for 83c2170
1 file changed
version/version.go
@@ -9,7 +9,7 @@ import (
9
var GitCommit string
10
11
// Version returns the main version number that is being run at the moment.
12
-const Version = "v0.9.0-alpha"
+const Version = "v0.10.0-beta"
13
14
// Build indicates whether the build was a development or a production build.
15
var Build string
0 commit comments