summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ansible_community.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
commite3eb94c23206603103f3c4faec6c227f59a1544c (patch)
treef2639459807ba88f55fc9c54d745bd7075d7f15c /ansible_collections/ansible_community.py
parentReleasing progress-linux version 9.4.0+dfsg-1~progress7.99u1. (diff)
downloadansible-e3eb94c23206603103f3c4faec6c227f59a1544c.tar.xz
ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.zip
Merging upstream version 9.5.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/ansible_community.py')
-rw-r--r--ansible_collections/ansible_community.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/ansible_community.py b/ansible_collections/ansible_community.py
index a6826bc1e..c0f531dea 100644
--- a/ansible_collections/ansible_community.py
+++ b/ansible_collections/ansible_community.py
@@ -15,7 +15,7 @@ def main():
parser.add_argument(
'--version',
action='version',
- version='Ansible community version 9.4.0',
+ version='Ansible community version 9.5.1',
help="show the version of the Ansible community package",
)
parser.parse_args()