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 <pasquale.congiu...@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"