From 21e8f61e0287270305d6747ca3fe6aa402f9bcf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:20:01 +0200 Subject: [PATCH] Update collection version to v0.24.4 (#322) Co-authored-by: maxhoesel --- galaxy.yml | 2 +- plugins/module_utils/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 7e5fbe46..656e57ea 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -34,4 +34,4 @@ tags: - ca - application - certificates -version: 0.24.3 +version: 0.24.4 diff --git a/plugins/module_utils/constants.py b/plugins/module_utils/constants.py index 755d85a7..0080ad1e 100644 --- a/plugins/module_utils/constants.py +++ b/plugins/module_utils/constants.py @@ -1,2 +1,2 @@ -COLLECTION_VERSION = "0.24.3" +COLLECTION_VERSION = "0.24.4" COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"