We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f909b commit 1d01d61Copy full SHA for 1d01d61
src/cli/cli.go
@@ -19,7 +19,7 @@ func newApp() *cli.App {
19
20
app.Name = "godo"
21
app.Usage = "Stop SSHing into your server and run the same old commands. Automate. Automate. Automate."
22
- app.Version = "v1.0.0"
+ app.Version = "v1.1.0"
23
24
return app
25
}
0 commit comments