Skip to content

Commit

Permalink
Update Kyma version to 1.24.8 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wałach authored Nov 12, 2021
1 parent f34718f commit 4a8d63d
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.7
- KYMA_VERSION=1.24.8
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.7
KYMA_VERSION = 1.24.8
endif

ifndef VERSION
Expand Down

0 comments on commit 4a8d63d

Please sign in to comment.