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 08:50:58 UTC

[camel-k] 02/02: fix: make codegen

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

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

commit 2b0668fd3fbc156225456500bd37f761bed99d21
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Mar 9 09:45:39 2023 +0100

    fix: make codegen
---
 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 fa1bcf659..74f741891 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
 	Version = "1.12.1-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
-	DefaultRuntimeVersion = "1.17.0"
+	DefaultRuntimeVersion = "1.17.1-SNAPSHOT"
 
 	// BuildahVersion --
 	BuildahVersion = "1.23.3"