Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dangkaka authored Mar 14, 2022
1 parent 497e8ea commit 60d0f00
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 @@ -21,7 +21,7 @@ func main() {
app := cli.NewApp()
app.Name = "gits"
app.Usage = "Git with convenient + short commands"
app.Version = "1.3"
app.Version = "1.4"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 60d0f00

Please sign in to comment.