Skip to content

Commit a4b1fa7

Browse files
author
Oleg Sucharevich
committed
update version
1 parent 172898d commit a4b1fa7

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.1.1
1+
1.1.2

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.1"
17+
app.Version = "1.1.2"
1818
setupCommands(app)
1919
return app
2020
}

0 commit comments

Comments
 (0)