Skip to content

Commit

Permalink
bump versions (kyma-project#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored May 29, 2020
1 parent 9ded843 commit 4b943c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
- KYMA_VERSION=1.13.0-rc1
- KYMA_VERSION=1.13.0
ldflags: -s -w -X github.com/kyma-project/cli/cmd/kyma/version.Version={{.Version}} -X github.com/kyma-project/cli/cmd/kyma/install.DefaultKymaVersion={{.Env.KYMA_VERSION}}
main: ./cmd/
goos:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := local

ifndef KYMA_VERSION
KYMA_VERSION = 1.13.0-rc1
KYMA_VERSION = 1.13.0
endif

ifndef VERSION
Expand Down

0 comments on commit 4b943c8

Please sign in to comment.