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.
2 parents b2bbeef + c3d999a commit 14cd68fCopy full SHA for 14cd68f
pkg/version/version.go
@@ -4,7 +4,7 @@ import "strings"
4
5
var DevVersion = "v0.0.0"
6
7
-var version = DevVersion
+var version = "v0.0.0"
8
9
func GetVersion() string {
10
return version
0 commit comments