summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-08 13:04:49 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-08 13:04:49 -0400
commit640063c02ddc3975a313a1ceba66ccc0668cc625 (patch)
tree43db491df4e87d8e8ae51e91d5eede7e43ceb188 /lib
parent766fcdb4930aef2cdc57c84edaecfc748ca8d736 (diff)
downloadansible-640063c02ddc3975a313a1ceba66ccc0668cc625.tar.gz
Update Ansible release version to v2.11.5rc1.post0.
Diffstat (limited to 'lib')
-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 b5d1046ec1..385ad2d83f 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.5rc1'
+__version__ = '2.11.5rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'