Skip to content

Commit

Permalink
Update default value for Kamelet catalog in Camel JBang Catalog doc (#…
Browse files Browse the repository at this point in the history
…11890)

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier authored Nov 2, 2023
1 parent 0afd01c commit 8dadb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ public class CatalogDoc extends CamelCommand {
boolean headers;

@CommandLine.Option(names = {
"--kamelets-version" }, description = "Apache Camel Kamelets version", defaultValue = "4.0.0-RC1")
"--kamelets-version" }, description = "Apache Camel Kamelets version", defaultValue = "4.1.0")
String kameletsVersion;

CamelCatalog catalog;

0 comments on commit 8dadb1b

Please sign in to comment.