Skip to content

Commit

Permalink
Merge pull request #21 from jiko21/release-2.6
Browse files Browse the repository at this point in the history
update to 0.2.6
  • Loading branch information
jiko21 authored Feb 23, 2021
2 parents cb48067 + 1184349 commit 5edb2f9
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 @@ -12,7 +12,7 @@ func main() {
app := cli.NewApp()
app.Name = "GOMI"
app.Usage = "Branch delete tool made by Golang"
app.Version = "0.2.5"
app.Version = "0.2.6"
app.Action = func(c *cli.Context) error {
gitInst := git.ConstructGit(".gomiignore")
gitInst.Delete()
Expand Down

0 comments on commit 5edb2f9

Please sign in to comment.