This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new d087ff0 chore(release): update last released version
d087ff0 is described below
commit d087ff0ef3f9ba03e4231f279da05bb05472bc59
Author: nicolaferraro <[email protected]>
AuthorDate: Tue Sep 7 17:22:30 2021 +0200
chore(release): update last released version
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 21bedd7..e5fe4c6 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 1.7.0-SNAPSHOT
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.5.1
+LAST_RELEASED_VERSION := 1.6.0
RUNTIME_VERSION := 1.9.0
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1