Skip to content

Commit

Permalink
feat: set version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Mavro committed Feb 28, 2018
1 parent c63ec85 commit 106f3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.2")
fmt.Println("v0.3")
},
}

Expand Down

0 comments on commit 106f3d8

Please sign in to comment.