Skip to content

Commit c3d70bd

Browse files
committed
Clarify where Version and BuildDate are set
1 parent 0bf3e75 commit c3d70bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import (
1010
"github.com/spf13/cobra"
1111
)
1212

13-
// Version is dynamically set at build time
13+
// Version is dynamically set at build time in the Makefile
1414
var Version = "DEV"
1515

16-
// BuildDate is dynamically set at build time
16+
// BuildDate is dynamically set at build time in the Makefile
1717
var BuildDate = "YYYY-MM-DD"
1818

1919
func init() {

0 commit comments

Comments
 (0)