You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/17 07:23:19 UTC

[camel-k] branch release-1.9.x updated: Moving to version 1.9.2-SNAPSHOT

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

acosentino pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.9.x by this push:
     new 98c6eb476 Moving to version 1.9.2-SNAPSHOT
98c6eb476 is described below

commit 98c6eb4769af15ab6ae9bc1341beda6da0cab2ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 17 09:22:59 2022 +0200

    Moving to version 1.9.2-SNAPSHOT
---
 script/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 98e81c4a5..113e07790 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,10 +14,10 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.9.1-SNAPSHOT
+VERSION ?= 1.9.2-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION := 1.9.0
+LAST_RELEASED_VERSION := 1.9.1
 RUNTIME_VERSION := 1.13.0
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1