Skip to content

Commit 1d01d61

Browse files
committed
bumped version
1 parent f0f909b commit 1d01d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func newApp() *cli.App {
1919

2020
app.Name = "godo"
2121
app.Usage = "Stop SSHing into your server and run the same old commands. Automate. Automate. Automate."
22-
app.Version = "v1.0.0"
22+
app.Version = "v1.1.0"
2323

2424
return app
2525
}

0 commit comments

Comments
 (0)