Skip to content

Commit f7b12b4

Browse files
committed
.
1 parent 247d672 commit f7b12b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
var Version string
99

1010
func main() {
11-
cmd.Execute()
12-
1311
store.Version = Version
12+
13+
cmd.Execute()
1414
}

0 commit comments

Comments
 (0)