summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-17 15:52:50 -0500
committerGitHub <noreply@github.com>2023-04-17 15:52:50 -0500
commit67a0cf505f895624680e02e151ce033617bfff0f (patch)
tree9c49f53d6dd8894284cc510ac07290551e8ec80e
parent2449b9a09ef1c90fb2755b840454fff5abe95d4d (diff)
downloadansible-67a0cf505f895624680e02e151ce033617bfff0f.tar.gz
Update Ansible release version to v2.13.9rc1.post0. (#80538)
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 576e68872a..ccf5ae1db2 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.13.9rc1'
+__version__ = '2.13.9rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"