Skip to content

Commit

Permalink
Bump to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Jan 3, 2022
1 parent 804c182 commit cc9f72b
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.5.1")
fmt.Println("fluentd-sidecar-injector v0.6.0")
},
}
return cmd
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/h3poteto/fluentd-sidecar-injector

go 1.15
go 1.16

require (
github.com/kelseyhightower/envconfig v1.4.0
Expand Down

0 comments on commit cc9f72b

Please sign in to comment.