Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Jan 29, 2019
1 parent 3e639d0 commit 6d848c6
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 @@ -7,7 +7,7 @@ import (
"github.com/urfave/cli"
)

var version = "0.1.0"
var version = "0.2.0"

func main() {
err := newApp().Run(os.Args)
Expand Down

0 comments on commit 6d848c6

Please sign in to comment.