From c20fc3e83e07ccd0ef25e02b69a44c74899149dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 17:10:42 +0200 Subject: [PATCH] Update version to v0.22.0 (#198) Co-authored-by: maxhoesel --- galaxy.yml | 4 ++-- plugins/module_utils/constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 4c7e945d..7d9257aa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ authors: - Max Hösel build_ignore: - '*.tar.gz' -- '.venv*' +- .venv* - .github - .tox - .pytest_cache @@ -22,4 +22,4 @@ tags: - smallstep - ca - certificates -version: 0.21.5 +version: 0.22.0 diff --git a/plugins/module_utils/constants.py b/plugins/module_utils/constants.py index 3800aaf3..ad4412ab 100644 --- a/plugins/module_utils/constants.py +++ b/plugins/module_utils/constants.py @@ -1,2 +1,2 @@ -COLLECTION_VERSION = "0.21.5" +COLLECTION_VERSION = "0.22.0" COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"