diff --git a/galaxy.yml b/galaxy.yml index 0199803c259..8f6cbc5bc6d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: amazon name: aws -version: 7.0.0-dev0 +version: 7.0.0-dev1 readme: README.md authors: - Ansible (https://github.com/ansible) diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index e7a1221ebf2..33647305b10 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -4,7 +4,7 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) AMAZON_AWS_COLLECTION_NAME = "amazon.aws" -AMAZON_AWS_COLLECTION_VERSION = "7.0.0-dev0" +AMAZON_AWS_COLLECTION_VERSION = "7.0.0-dev1" _collection_info_context = {