Skip to content

Commit

Permalink
Prepare 1.4.1 Kyma CLI release (#208)
Browse files Browse the repository at this point in the history
* Prepare 1.4.1 Kyma CLI

* Fix go lint
  • Loading branch information
nachtmaar authored and sayanh committed Aug 22, 2019
1 parent 81730b3 commit 51e59be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -12,7 +12,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
- KYMA_VERSION=1.4.0
- KYMA_VERSION=1.4.1
ldflags: -X github.com/kyma-project/cli/pkg/kyma/cmd/version.Version={{.Version}} -X github.com/kyma-project/cli/pkg/kyma/cmd/install.DefaultKymaVersion={{.Env.KYMA_VERSION}}
main: ./cmd/kyma/
goos:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := local

KYMA_VERSION = 1.4.0
KYMA_VERSION = 1.4.1

ifndef VERSION
VERSION = ${shell git describe --tags --always}
Expand Down

0 comments on commit 51e59be

Please sign in to comment.