Skip to content

Commit 1ad3f31

Browse files
Bump release for main branch to 10.0.0-dev0 (#2193)
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 Reviewed-by: GomathiselviS <[email protected]>
1 parent 3a71abd commit 1ad3f31

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: community
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
@@ -5,4 +5,4 @@
55

66

77
COMMUNITY_AWS_COLLECTION_NAME = "community.aws"
8-
COMMUNITY_AWS_COLLECTION_VERSION = "9.0.0-dev0"
8+
COMMUNITY_AWS_COLLECTION_VERSION = "10.0.0-dev0"

0 commit comments

Comments
 (0)