summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-07-11 16:15:31 -0400
committerGitHub <noreply@github.com>2022-07-11 16:15:31 -0400
commit5bc6adf2c251dcbc7e7b057805d0fde301886ea1 (patch)
tree58ed2c30f1cf00531374c20b3a4bec6ce3d4a165
parenta689972b56b1280a192022b426701e96c6b5ee31 (diff)
downloadansible-5bc6adf2c251dcbc7e7b057805d0fde301886ea1.tar.gz
Update Ansible release version to v2.13.2rc1.post0. (#78238)
-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 c170714095..a708745923 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.2rc1'
+__version__ = '2.13.2rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"