Skip to content

Commit 3df808f

Browse files
committed
Keep version, passed at compile time
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 93dcb74 commit 3df808f

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)