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 <[email protected]> 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" )
