summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2021-11-29 17:18:23 -0500
committerGitHub <noreply@github.com>2021-11-29 17:18:23 -0500
commita6875a518bc7bc8f8db9a28feb2dcbb34c242b2a (patch)
tree04d45561333765b44771120ca90e8750defbee36
parent9efa8c81d6e81221f02aa6007deac3ea9e056867 (diff)
downloadansible-a6875a518bc7bc8f8db9a28feb2dcbb34c242b2a.tar.gz
Update Ansible release version to v2.11.7rc1.post0. (#76396)
-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 923d94b4c1..2504bcbb91 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.7rc1'
+__version__ = '2.11.7rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'