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.
1 parent 6d5666d commit f40b6a4Copy full SHA for f40b6a4
.goreleaser.yml
@@ -0,0 +1,20 @@
1
+builds:
2
+- env:
3
+ - CGO_ENABLED=0
4
+archive:
5
+ replacements:
6
+ darwin: Darwin
7
+ linux: Linux
8
+ windows: Windows
9
+ 386: i386
10
+ amd64: x86_64
11
+checksum:
12
+ name_template: 'checksums.txt'
13
+snapshot:
14
+ name_template: "{{ .Tag }}-next"
15
+changelog:
16
+ sort: asc
17
+ filters:
18
+ exclude:
19
+ - '^docs:'
20
+ - '^test:'
VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
pkg/cmd/cmd.go
@@ -14,7 +14,7 @@ func SetupCli() *cli.App {
app.Name = "Stevedore"
app.Description = "Integrate your connected clusters to your Codefresh account"
app.Email = "[email protected]"
- app.Version = "1.1.0"
+ app.Version = "1.1.1"
setupCommands(app)
return app
}
0 commit comments