Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1aki committed May 22, 2020
1 parent 3fe18bb commit b2707e8
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 @@ -28,7 +28,7 @@ func main() {
var opts options

opts.Version = func() {
fmt.Println("0.0.4")
fmt.Println("0.1.1")
os.Exit(0)
}
_, err := flags.Parse(&opts)
Expand Down

0 comments on commit b2707e8

Please sign in to comment.