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

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

commit 4e94e312c5a5b019fa0347a27711a52e5f71bedd
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jun 25 15:24:54 2021 +0200

    Bump Camel K Runtime to 1.9.x
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 4b4cba4..7f76b74 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
        Version = "1.6.0-SNAPSHOT"
 
        // DefaultRuntimeVersion --
-       DefaultRuntimeVersion = "1.8.0-SNAPSHOT"
+       DefaultRuntimeVersion = "1.9.0-SNAPSHOT"
 
        // BuildahVersion --
        BuildahVersion = "1.14.0"
diff --git a/script/Makefile b/script/Makefile
index ff94030..96a0715 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION := 1.6.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
 LAST_RELEASED_VERSION := 1.4.0
-RUNTIME_VERSION := 1.8.0-SNAPSHOT
+RUNTIME_VERSION := 1.9.0-SNAPSHOT
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1
 INSTALL_DEFAULT_KAMELETS := true

Reply via email to