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