Skip to content

Commit

Permalink
Bump to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed May 15, 2021
1 parent 9bf03a9 commit 6e317f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
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("fluentd-sidecar-injector v0.4.2")
fmt.Println("fluentd-sidecar-injector v0.5.1")
},
}
return cmd
Expand Down

0 comments on commit 6e317f2

Please sign in to comment.