summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-10-04 12:19:02 -0400
committerChristian M. Adams <chadams@redhat.com>2021-10-04 12:19:02 -0400
commitd4e10176143f33a4f68bb4e5a88fccc9a4e4685e (patch)
treeba6d5f9b0e91ee2e27df92b7fe220da1fe281b37 /lib
parenta20323da3ba7a5c45fcb007d7c9bf52f25885236 (diff)
downloadansible-d4e10176143f33a4f68bb4e5a88fccc9a4e4685e.tar.gz
New release v2.11.6rc1v2.11.6rc1
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 22f8d8b439..59d87f3a9c 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.5.post0'
+__version__ = '2.11.6rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'