summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-03 16:20:03 -0400
committerGitHub <noreply@github.com>2022-10-03 15:20:03 -0500
commitdcc60165d14b4d876ba920143ae94dfdc5864e9e (patch)
tree1c55cb65191f508dfd9e6b3bf7522440d97d64eb
parent2935773482f65fe994eef6f3f9bc1a8cf0db3f70 (diff)
downloadansible-dcc60165d14b4d876ba920143ae94dfdc5864e9e.tar.gz
Update Ansible release version to v2.13.5rc1.post0. (#78995)
-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 fef794c952..f21fec3dad 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.5rc1'
+__version__ = '2.13.5rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"