summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-04-18 14:19:38 -0700
committerGitHub <noreply@github.com>2022-04-18 14:19:38 -0700
commitd356019be789a4b7d5b4d88c45519bfb60486836 (patch)
tree68c856ccf3d0d367519a1b2bf22b1a6b99e1dff8
parent8eb57ec3d4be2abdc9d172c62d46994ef380651c (diff)
downloadansible-d356019be789a4b7d5b4d88c45519bfb60486836.tar.gz
Update Ansible release version to v2.11.11rc1.post0. (#77558)
-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 339187ffe0..ffc2df271a 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.11rc1'
+__version__ = '2.11.11rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'