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 23909a1 commit 7e40350Copy full SHA for 7e40350
1 file changed
cmd/version.go
@@ -9,7 +9,7 @@ import (
9
10
// Version is the version of the current build.
11
// It follows semantic versioning.
12
-const Version = "3.0.0-alpha.4"
+const Version = "3.0.0"
13
14
// checkLatest flag for version command.
15
var checkLatest bool
0 commit comments