Skip to content

Commit fd1756c

Browse files
committed
Fix --version
1 parent a560657 commit fd1756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/jessevdk/go-flags"
1515
)
1616

17-
const (
17+
var (
1818
version = "dev"
1919
commit = "none"
2020
date = "unknown"

0 commit comments

Comments
 (0)