Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Jan 14, 2017
1 parent 39ed1a2 commit 041742e
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 @@ -14,7 +14,7 @@ import (
"gopkg.in/urfave/cli.v1"
)

const version = "0.0.1"
const version = "1.0.1"

func setupStartCmd() cli.Command {
c := start.Handler{}
Expand Down

0 comments on commit 041742e

Please sign in to comment.