summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-05-17 18:47:20 -0500
committerRick Elrod <rick@elrod.me>2021-05-17 18:47:20 -0500
commitd1db5366a25d7d53541da5ec322105170585c3c1 (patch)
tree61c3319de2752935123c2b86bc1183e8386cdb3e
parenta9518f8809436e25a54b9125e2ee9ac0c3bb19b7 (diff)
downloadansible-d1db5366a25d7d53541da5ec322105170585c3c1.tar.gz
Update Ansible release version to v2.9.22rc1.post0.
-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 d43abc49c3..34acd66268 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.22rc1'
+__version__ = '2.9.22rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'