There was an error while loading. Please reload this page.
1 parent 0bf3e75 commit c3d70bdCopy full SHA for c3d70bd
1 file changed
command/root.go
@@ -10,10 +10,10 @@ import (
10
"github.com/spf13/cobra"
11
)
12
13
-// Version is dynamically set at build time
+// Version is dynamically set at build time in the Makefile
14
var Version = "DEV"
15
16
-// BuildDate is dynamically set at build time
+// BuildDate is dynamically set at build time in the Makefile
17
var BuildDate = "YYYY-MM-DD"
18
19
func init() {
0 commit comments