Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Jul 15, 2021
1 parent 03204d2 commit 3cba44c
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 @@ -31,7 +31,7 @@ func initFlagParser(path *string, level *int, color *bool, update *bool, showVer
flag.BoolVar(showVersion, "version", false, "Show version")
}

const version = "0.2.0"
const version = "0.2.1"
const slug = "maverobot/ggit"

func selfUpdate(slug string) error {
Expand Down

0 comments on commit 3cba44c

Please sign in to comment.