We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b11209 commit f0b6a35Copy full SHA for f0b6a35
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.1.0"
+ app.Version = "v1.2.0"
23
24
return app
25
}
0 commit comments