summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-05-16 15:22:42 -0400
committerGitHub <noreply@github.com>2022-05-16 15:22:42 -0400
commit3c9415c96815828a779a2e4030d8d1939517ce8a (patch)
treec13b731fe7d0687ac92fa9348f6e081812cd5776
parent9818510a0aa6b1c420939036c8acd9c4f3cc1769 (diff)
downloadansible-3c9415c96815828a779a2e4030d8d1939517ce8a.tar.gz
Update Ansible release version to v2.11.12rc1.post0. (#77812)
-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 e2b7e9dc7a..409fc7965a 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.11.12rc1'
+__version__ = '2.11.12rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'