From c3d70bd8cd49eff2cd8e2dcfd276048d4a8fb3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 31 Oct 2019 23:10:42 +0100 Subject: [PATCH] Clarify where Version and BuildDate are set --- command/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {