Skip to content

Commit

Permalink
🔖 Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed Jan 22, 2023
1 parent 6de1d1e commit ab61acd
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 @@ -146,7 +146,7 @@ func main() {

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

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

0 comments on commit ab61acd

Please sign in to comment.