Skip to content

Commit

Permalink
update to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiko21 committed Jan 15, 2024
1 parent f197ac3 commit 5028d70
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 @@ -13,7 +13,7 @@ func main() {
app := cli.NewApp()
app.Name = "GOMI"
app.Usage = "Branch delete tool made by Golang"
app.Version = "0.3.3"
app.Version = "1.0.0"
app.Action = func(c *cli.Context) error {
if c.NArg() == 1 && c.Args().Get(0) == "init" {
initObj, err := initializer.New()
Expand Down

0 comments on commit 5028d70

Please sign in to comment.