diff --git a/main.go b/main.go index f229848..256c052 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( "gopkg.in/urfave/cli.v1" ) -const version = "1.2.1" +const version = "2.0.0.beta1" func setupStartCmd() cli.Command { c := start.Handler{}