Skip to content

Commit

Permalink
Bump to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Mar 30, 2020
1 parent 3a19e1d commit 574c7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func versionCmd() *cobra.Command {
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("kube-job v0.3.1")
fmt.Println("kube-job v0.3.2")
},
}

Expand Down

0 comments on commit 574c7f6

Please sign in to comment.