From c655bf24ec65d302b3d94f5a758996cc70848904 Mon Sep 17 00:00:00 2001 From: Jeremie Tarnaud Date: Wed, 25 Mar 2026 15:10:16 +0100 Subject: [PATCH] chore: update CLI template schema version --- src/main/resources/templates/capability.yaml.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/capability.yaml.mustache b/src/main/resources/templates/capability.yaml.mustache index 05141e2..b876162 100644 --- a/src/main/resources/templates/capability.yaml.mustache +++ b/src/main/resources/templates/capability.yaml.mustache @@ -1,4 +1,4 @@ -naftiko: "0.5" +naftiko: "1.0.0-alpha1" info: label: "{{capabilityName}}" description: "business-description-of-your-capability"