Skip to content

Commit

Permalink
Update version to 1.23.0 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wałach authored Jun 2, 2021
1 parent 64b0496 commit bce9717
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 @@ -12,7 +12,7 @@ builds:
- env:
- CGO_ENABLED=0
- IS_RELEASE=true
- KYMA_VERSION=1.23.0-rc2
- KYMA_VERSION=1.23.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}} -X github.com/kyma-project/cli/cmd/kyma/upgrade.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
Expand Up @@ -5,7 +5,7 @@ ifndef IS_RELEASE
endif

ifndef KYMA_VERSION
KYMA_VERSION = 1.23.0-rc2
KYMA_VERSION = 1.23.0
endif

ifndef VERSION
Expand Down

0 comments on commit bce9717

Please sign in to comment.