We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3263d7a commit 7b45de4Copy full SHA for 7b45de4
cmd_version.go
@@ -5,7 +5,7 @@ import (
5
"runtime"
6
)
7
8
-var version = "0.5.1-dev"
+var version = "0.5.2"
9
10
type CmdVersion struct{}
11
0 commit comments