From c781f9e4546cd3c2e5bf851d89f635257eff16d2 Mon Sep 17 00:00:00 2001 From: Roman Muntean <32648346+romakarol@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:40:35 +0100 Subject: [PATCH] increment galaxy version to finish release action (#90) Co-authored-by: Roman Muntean --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index a44adee..3aac3a8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ name: spm_middleware # The version of the collection. Must be compatible with semantic versioning # Please note. version also exists in /github/workflows/release.yml and will need to be update also -version: 1.6.3 +version: 1.6.4 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md