You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/11/05 22:54:06 UTC

[camel-k] 09/19: Update Camel version.

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

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

commit 7dab1aa00d4ef20eccc2511f817911600a5914a1
Author: Doru Bercea <gh...@ibm.com>
AuthorDate: Fri Oct 23 15:34:59 2020 -0400

    Update Camel version.
---
 pkg/util/defaults/defaults.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 66885fb..2ef059d 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -44,5 +44,5 @@ const (
 	ImageName = "docker.io/apache/camel-k"
 
 	// CamelVersion --
-	CamelVersion = "3.3.0"
+	CamelVersion = "3.6.0"
 )