summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-03-15 20:30:15 -0500
committerGitHub <noreply@github.com>2021-03-15 20:30:15 -0500
commita29fcfa9952ff40e389a5e93c880bc2a23e3f2e7 (patch)
tree522ecfa49ce14ee27603f06b40caa16f6f4bd114 /lib
parentaff69b6b4cbc0ac8f569f7c596cd1f99c8083b23 (diff)
downloadansible-a29fcfa9952ff40e389a5e93c880bc2a23e3f2e7.tar.gz
Update Ansible release version to v2.11.0b2.post0. (#73917)
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 67930b8dcf..bc3970c72c 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.0b2'
+__version__ = '2.11.0b2.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'