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 264240e commit 986e7dfCopy full SHA for 986e7df
1 file changed
cmd/root.go
@@ -29,7 +29,7 @@ import (
29
// stdinReader is the reader used for interactive prompts. Tests can replace it.
30
var stdinReader io.Reader = os.Stdin
31
32
-var Version = "3.0.0-alpha.4"
+var Version = "3.0.0-alpha.5"
33
34
var updateChecker *update.Checker
35
0 commit comments