summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-08-08 14:18:36 -0400
committerGitHub <noreply@github.com>2022-08-08 14:18:36 -0400
commit4e0f81a01f26fa60021c23e3fed1315335fd1899 (patch)
treedfeb068d40e17406e8eece95f402259f6f6592b4
parent00c3da9d51c108939bdbfcf986b9645a52e88084 (diff)
downloadansible-4e0f81a01f26fa60021c23e3fed1315335fd1899.tar.gz
Update Ansible release version to v2.13.3rc1.post0. (#78476)
-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 19c3f8827b..7e07371e87 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.3rc1'
+__version__ = '2.13.3rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"