Skip to content

Commit

Permalink
fix: bad version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Mavro committed Oct 6, 2018
1 parent 82c02e1 commit 1f9da7d
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 @@ -21,7 +21,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.6")
fmt.Println("v0.6.2")
},
}

Expand Down

0 comments on commit 1f9da7d

Please sign in to comment.