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 12cb3f233b4147cd7f2bef3da4b20bb740827679 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri Jun 25 15:20:30 2021 +0200 Bump to 1.6.x to avoid clashing with current development version --- 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 af50ab3..4b4cba4 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "1.5.0-SNAPSHOT" + Version = "1.6.0-SNAPSHOT" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "1.8.0-SNAPSHOT" diff --git a/script/Makefile b/script/Makefile index 5206396..ff94030 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,7 +14,7 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION := 1.5.0-SNAPSHOT +VERSION := 1.6.0-SNAPSHOT OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION)) LAST_RELEASED_VERSION := 1.4.0 RUNTIME_VERSION := 1.8.0-SNAPSHOT
