Skip to content

Commit 0f7e798

Browse files
Bump release for main branch to 10.0.0-dev0 (#2366)
SUMMARY Bump release for main branch to 10.0.0-dev0 ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
1 parent 786c4b7 commit 0f7e798

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
trivial:
2+
- galaxy.yml - bump ``release`` for main branch to ``10.0.0-dev0``.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: amazon
33
name: aws
4-
version: 9.0.0-dev0
4+
version: 10.0.0-dev0
55
readme: README.md
66
authors:
77
- Ansible (https://github.com/ansible)

plugins/module_utils/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

66
AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
7-
AMAZON_AWS_COLLECTION_VERSION = "9.0.0-dev0"
7+
AMAZON_AWS_COLLECTION_VERSION = "10.0.0-dev0"
88

99

1010
_collection_info_context = {

0 commit comments

Comments
 (0)