We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23fb64 commit 111d9ddCopy full SHA for 111d9dd
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.1"
+const Version = "3.0.0-alpha.2"
13
14
// checkLatest flag for version command.
15
var checkLatest bool
0 commit comments