Skip to content

Commit

Permalink
Change kyma_version to 1.24.4 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ressetkk authored Aug 26, 2021
1 parent a3b7458 commit edc1f8f
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.24.3
- KYMA_VERSION=1.24.4
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.24.3
KYMA_VERSION = 1.24.4
endif

ifndef VERSION
Expand Down

0 comments on commit edc1f8f

Please sign in to comment.