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

[camel-k] branch release-1.6.x updated: chore(ci): defaults regen

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

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


The following commit(s) were added to refs/heads/release-1.6.x by this push:
     new 0ecfaeb92 chore(ci): defaults regen
0ecfaeb92 is described below

commit 0ecfaeb92840bac98b34dd3839b9f5909bed4d9d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Apr 6 11:15:01 2022 +0200

    chore(ci): defaults regen
---
 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 b3e80c0f7..2b22039cf 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.6.1-SNAPSHOT"
+	Version = "1.6.2-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.9.1"