We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8a46d + a636ad5 commit 00c35cdCopy full SHA for 00c35cd
VERSION
@@ -1 +1 @@
1
-1.6.0
+1.6.1
pkg/cmd/cmd.go
@@ -14,7 +14,7 @@ func SetupCli() *cli.App {
14
app.Name = "Stevedore"
15
app.Description = "Integrate your connected clusters to your Codefresh account"
16
app.Email = "[email protected]"
17
- app.Version = "1.1.4"
+ app.Version = "1.6.1"
18
setupCommands(app)
19
return app
20
}
0 commit comments