From 8c449aa9869e462b2c7ee40fe957b5f043234d85 Mon Sep 17 00:00:00 2001 From: dede Date: Fri, 6 Oct 2023 20:42:49 +0200 Subject: [PATCH] 'fix' version info and set to 0.1.0 because there's nothing really there yet --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 4a0a414..1c8c960 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: dede name: common # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 0.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md