Skip to content

Commit

Permalink
🔖 Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed Jul 21, 2023
1 parent 9ee20ae commit 752acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func main() {

cmd := command.Build(processor, command.StandaloneDisabled, false)
command.AddGenerateDockerfile(cmd)
cmd.Version = "v0.4.2" // <---VERSION--->
cmd.Version = "v0.4.3" // <---VERSION--->

if err := cmd.Execute(); err != nil {
os.Exit(1)
Expand Down

0 comments on commit 752acca

Please sign in to comment.