Skip to content

Commit 00c35cd

Browse files
Merge pull request #14 from codefresh-io/CR-18690
fix versions
2 parents 4b8a46d + a636ad5 commit 00c35cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

pkg/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func SetupCli() *cli.App {
1414
app.Name = "Stevedore"
1515
app.Description = "Integrate your connected clusters to your Codefresh account"
1616
app.Email = "[email protected]"
17-
app.Version = "1.1.4"
17+
app.Version = "1.6.1"
1818
setupCommands(app)
1919
return app
2020
}

0 commit comments

Comments
 (0)