Skip to content

Commit

Permalink
bumped the build version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmingacic committed Apr 14, 2020
1 parent e2dad9e commit d9b36f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ type Cli struct {

// VERSION build
var (
Build string = "0.0.6"
Version string = "66eff26"
Version string = "0.0.6"
)

// NewCli struct
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func Execute() {
func init() {
cobra.OnInitialize(initConfig)
rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "Path to JSON or YAML configuration file")
rootCmd.Version = Version + "+" + Build
rootCmd.Version = Version
}

// initConfig reads in config file and ENV variables if set.
Expand Down

0 comments on commit d9b36f6

Please sign in to comment.