Clarify where Version and BuildDate are set

This commit is contained in:
Mislav Marohnić 2019-10-31 23:10:42 +01:00
parent 0bf3e7500c
commit c3d70bd8cd

View file

@ -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() {