From a13837584a3caf7b520ab4b906df8e5c9d3e0ec9 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Wed, 30 Mar 2022 16:03:07 -0400 Subject: [PATCH] set version to 0.1.0 --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index a61c709..d1a8c74 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: yanick name: misc # 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