Skip to content

Commit

Permalink
Bump to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Mar 30, 2020
1 parent 975f4ab commit 1a6d724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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("fluentd-sidecar-injector v0.1.0")
fmt.Println("fluentd-sidecar-injector v0.1.2")
},
}
return cmd
Expand Down
2 changes: 1 addition & 1 deletion install/kustomize/kustomization.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ patches:

imageTags:
- name: h3poteto/fluentd-sidecar-injector
newTag: v0.1.0
newTag: v0.1.2

0 comments on commit 1a6d724

Please sign in to comment.