diff options
author | Rick Elrod <rick@elrod.me> | 2021-03-20 04:08:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 04:08:27 +0100 |
commit | 88a1a85ff8c0bd98f10220c8fbb8b9064e0a63c1 (patch) | |
tree | 8c2e924c53ca86713e237984e27abf6bd02b2e87 /lib | |
parent | add porting guide info for optional module_utils (#73979) (diff) | |
download | ansible-88a1a85ff8c0bd98f10220c8fbb8b9064e0a63c1.tar.xz ansible-88a1a85ff8c0bd98f10220c8fbb8b9064e0a63c1.zip |
New release v2.11.0b3 (#73977)v2.11.0b3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py index bc3970c72c..cbedc2ee2b 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.post0' +__version__ = '2.11.0b3' __author__ = 'Ansible, Inc.' __codename__ = 'Hey Hey, What Can I Do' |