Clarify where Version and BuildDate are set
This commit is contained in:
parent
0bf3e7500c
commit
c3d70bd8cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue