diff --git a/src/cli/cli.go b/src/cli/cli.go index b16a575..e4c5ea3 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -20,7 +20,7 @@ func newApp() *cli.App { app.Name = "godo" app.Usage = "Stop SSHing into your server and run the same old commands. Automate. Automate. Automate." - app.Version = "v1.3.1" + app.Version = "v1.3.0" return app }