summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-06-22 02:52:36 -0500
committerRick Elrod <rick@elrod.me>2021-06-22 02:52:36 -0500
commit6cb039a40296a9af9dd7d87c98499593358d48df (patch)
treed69af0e85e43daf4794802dd20b458e1a5e1b752
parent8016c034da1140fe09f7db626124ebe04a27557a (diff)
downloadansible-6cb039a40296a9af9dd7d87c98499593358d48df.tar.gz
Update Ansible release version to v2.9.23.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 7414a3047c..08f61c83ae 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.23'
+__version__ = '2.9.23.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'