Skip to content

Commit

Permalink
feat: setting v0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Mavro committed Mar 4, 2018
1 parent 966e367 commit 2522ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of msa-deployer",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.3")
fmt.Println("v0.4")
},
}

Expand Down Expand Up @@ -77,4 +77,4 @@ func configValidator(key string) bool {
os.Exit(1)
}
return true
}
}

0 comments on commit 2522ab5

Please sign in to comment.