diff --git a/command/root.go b/command/root.go index ed120b56b..3dff3bce6 100644 --- a/command/root.go +++ b/command/root.go @@ -10,10 +10,10 @@ import ( "github.com/spf13/cobra" ) -// Version is dynamically set at build time +// Version is dynamically set at build time in the Makefile var Version = "DEV" -// BuildDate is dynamically set at build time +// BuildDate is dynamically set at build time in the Makefile var BuildDate = "YYYY-MM-DD" func init() {