We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247d672 commit f7b12b4Copy full SHA for f7b12b4
1 file changed
main.go
@@ -8,7 +8,7 @@ import (
8
var Version string
9
10
func main() {
11
- cmd.Execute()
12
-
13
store.Version = Version
+
+ cmd.Execute()
14
}
0 commit comments