diff --git a/infrastructure/cmd/root.go b/infrastructure/cmd/root.go index 96a5af0..9aaa143 100644 --- a/infrastructure/cmd/root.go +++ b/infrastructure/cmd/root.go @@ -9,6 +9,7 @@ import ( "github.com/spf13/cobra" ) +// VERSION is the ADRGen version const VERSION = "v0.2.1-beta" var rootCmd = &cobra.Command{