summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-05-03 22:03:14 -0500
committerRick Elrod <rick@elrod.me>2021-05-03 22:03:14 -0500
commit44f24bce36663befd2bdcb9300946ce4f031868d (patch)
treec6290cbc2eb6604ef20ce2dd7e59168999580b38 /lib
parentfb177b38782177142cbbe8ff6fb9a31da561488e (diff)
downloadansible-44f24bce36663befd2bdcb9300946ce4f031868d.tar.gz
Update Ansible release version to v2.9.21.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 e04e6343ee..1d3817095a 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.9.21'
+__version__ = '2.9.21.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'