From 726687da5ff603e33b445f3aad86712bc188b974 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Fri, 27 Sep 2024 15:08:22 +0100 Subject: [PATCH] feat: set version -> `v1.1.0` (#28) --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index d624f49..c18beea 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: stackhpc name: kayobe_workflows # The version of the collection. Must be compatible with semantic versioning -version: 1.0.3 +version: 1.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md