Skip to content

Commit

Permalink
🔖 New version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed Feb 6, 2023
1 parent e88f1db commit b61a8b3
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 @@ -110,7 +110,7 @@ func main() {

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

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

0 comments on commit b61a8b3

Please sign in to comment.