Skip to content

Commit

Permalink
updating everything again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan S. Martins committed Jun 12, 2023
1 parent 0a2342d commit 0514df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ files:
## Release Process
Current version: `v1.0.5`
Current version: `v1.0.6`

To release a new version, install `goreleaser` and set your GitHub token:

Expand Down
2 changes: 1 addition & 1 deletion cmd/ksops.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func Execute() {

p := framework.VersionedAPIProcessor{FilterProvider: api}
cmd := command.Build(&p, command.StandaloneDisabled, false)
cmd.Version = "v1.0.5"
cmd.Version = "v1.0.6"
cmd.SetVersionTemplate("{{.Version}}\n")
command.AddGenerateDockerfile(cmd)
if err = cmd.Execute(); err != nil {
Expand Down

0 comments on commit 0514df1

Please sign in to comment.