Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Merge 2376b52 into 31b141f
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Oct 22, 2018
2 parents 31b141f + 2376b52 commit 895f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -61,7 +61,7 @@ const (
)

func main() {
app.Version("0.0.2")
app.Version("0.0.3")
switch kingpin.MustParse(app.Parse(os.Args[1:])) {
case keytree.FullCommand():
doKeytree()
Expand Down

0 comments on commit 895f29b

Please sign in to comment.