Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 4b20eec

Browse files
committed
Set default version/date
1 parent 49a7322 commit 4b20eec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66
)
77

88
var (
9-
version = "1.0.0"
10-
commit = "102e653"
11-
date = "04.04.2022"
9+
// These get filled at build time with the proper vaules
10+
version = "development"
11+
commit = "HEAD"
12+
date = "latest"
1213
)
1314

1415
func main() {

0 commit comments

Comments
 (0)