summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-13 14:45:46 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-13 14:45:46 -0400
commitb26b96dd3a40b9e65a4d32f79034feab07588e5f (patch)
treebaf01fb629357b6178a467c11e4ce0606de3fd55
parent8c37018a689fba2462f5f972616b256b0ef804b1 (diff)
downloadansible-b26b96dd3a40b9e65a4d32f79034feab07588e5f.tar.gz
Update Ansible release version to v2.9.26.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 6a933c5a3d..b67cec6654 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.26'
+__version__ = '2.9.26.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'