diff --git a/galaxy.yml b/galaxy.yml index d45fa7d4..00c35901 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ tags: - smallstep - ca - certificates -version: 0.23.1 +version: 0.24.0 diff --git a/plugins/module_utils/constants.py b/plugins/module_utils/constants.py index 63db2311..18e53235 100644 --- a/plugins/module_utils/constants.py +++ b/plugins/module_utils/constants.py @@ -1,2 +1,2 @@ -COLLECTION_VERSION = "0.23.1" +COLLECTION_VERSION = "0.24.0" COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"