You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/10/25 02:26:56 UTC

[camel-k] 02/02: chore: update LAST_RELEASED_VERSION to 1.10.2

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4399d4e77e006ceb1b3f660d9c07c7ba329d778b
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Mon Oct 24 16:27:14 2022 +0900

    chore: update LAST_RELEASED_VERSION to 1.10.2
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 63eae92d1..913bc3abd 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 1.11.0-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.10.1
+LAST_RELEASED_VERSION ?= 1.10.2
 RUNTIME_VERSION := 1.14.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1