This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit bc4e97cd811ee86b955504bcd4faeaaf6eba57b8 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jun 3 12:28:57 2021 +0200 Updated defaults to align with the runtime version 1.9.0-SNAPSHOT --- 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 a7fbb3b..484a2d5 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -26,7 +26,7 @@ const ( Version = "1.5.0-SNAPSHOT" // DefaultRuntimeVersion -- - DefaultRuntimeVersion = "1.7.0" + DefaultRuntimeVersion = "1.9.0-SNAPSHOT" // BuildahVersion -- BuildahVersion = "1.14.0"
