diff --git a/galaxy.yml b/galaxy.yml index 333897c8..c92ac4a5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,4 +22,4 @@ tags: - smallstep - ca - certificates -version: 0.22.2 +version: 0.23.0 diff --git a/plugins/module_utils/constants.py b/plugins/module_utils/constants.py index 2e0a8143..4eb6e828 100644 --- a/plugins/module_utils/constants.py +++ b/plugins/module_utils/constants.py @@ -1,2 +1,2 @@ -COLLECTION_VERSION = "0.22.2" +COLLECTION_VERSION = "0.23.0" COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"