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 2023/03/09 15:37:41 UTC

[camel-k] 01/06: fix(ci): make codegen

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

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

commit 8ed0f3fd7e4bf40058e67f0e39bf5bb81cd5cb1f
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Mar 8 15:06:47 2023 +0100

    fix(ci): make codegen
---
 pkg/util/defaults/defaults.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index f205386ed..6335e6d51 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
 	Version = "1.10.5-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
-	DefaultRuntimeVersion = "1.15.2"
+	DefaultRuntimeVersion = "1.15.3-SNAPSHOT"
 
 	// BuildahVersion --
 	BuildahVersion = "1.23.3"
@@ -47,5 +47,5 @@ const (
 	installDefaultKamelets = true
 )
 
-//GitCommit must be provided during application build
+// GitCommit must be provided during application build
 var GitCommit string