Skip to content

Commit b7637a3

Browse files
authored
Merge pull request #395 from bzz/fix-version-cmd
Fix gitbase version command
2 parents 482ad26 + 3df808f commit b7637a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitbase/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/sirupsen/logrus"
1010
)
1111

12-
const (
12+
var (
1313
name = "gitbase"
1414
version = "undefined"
1515
build = "undefined"

0 commit comments

Comments
 (0)