Skip to content

Commit

Permalink
update version (v0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksckaan1 committed Dec 14, 2024
1 parent 85306f3 commit 34a5287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain/core/application/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewRootCommand(i *do.Injector) (*RootCommand, error) {
Use: "hexago",
Short: "short description",
Long: header + "\nhexago is a cli tool for initializing and managing hexagonal Go projects.",
Version: "v0.0.1",
Version: "v0.5.0",
SilenceUsage: true,
SilenceErrors: true,
},
Expand Down

0 comments on commit 34a5287

Please sign in to comment.