summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-03-21 19:27:32 -0700
committerGitHub <noreply@github.com>2022-03-21 22:27:32 -0400
commit36be99b52d2e80e97adb99b5a0f50ad248636f3d (patch)
tree76136777ffea63bbc4dd5d34f9d4f37125737f6d
parent5c97f7e16f6d8f09cea2765ccbead7a843736cab (diff)
downloadansible-36be99b52d2e80e97adb99b5a0f50ad248636f3d.tar.gz
Update Ansible release version to v2.12.4rc1.post0. (#77332)
-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 dbb2697c45..ab04a9fd72 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.12.4rc1'
+__version__ = '2.12.4rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'