Add comment to VERSION

This commit is contained in:
Julian Kornberger 2018-04-20 08:58:02 +02:00
parent f6896bf12b
commit fed895312c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
// VERSION is set at build time
var VERSION string var VERSION string
// versionCMD to print version // versionCMD to print version