Skip to content

Commit

Permalink
🔖 Prepare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed Jan 26, 2023
1 parent 5709f71 commit d7f3b82
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 @@ -124,7 +124,7 @@ func main() {

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

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

0 comments on commit d7f3b82

Please sign in to comment.