summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-03-19 23:48:17 -0500
committerGitHub <noreply@github.com>2021-03-19 23:48:17 -0500
commit2c40dccd85692cc2932d075528d6e448c39958b7 (patch)
tree8e5bf97131cf44f809927a559fdb9aabc4e11796
parent88a1a85ff8c0bd98f10220c8fbb8b9064e0a63c1 (diff)
downloadansible-2c40dccd85692cc2932d075528d6e448c39958b7.tar.gz
Update Ansible release version to v2.11.0b3.post0. (#73980)
-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 cbedc2ee2b..38843eaeb6 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.0b3'
+__version__ = '2.11.0b3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'