summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-08 13:02:51 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-08 13:02:51 -0400
commit6a031d00f88ae41382ae2e6e240cd73275e295fd (patch)
treee40b9d4dbc6c0decb341257b360fb254126d5447
parent2c40d52535b89ee0af93fc5f0fa35a376a307ec8 (diff)
downloadansible-6a031d00f88ae41382ae2e6e240cd73275e295fd.tar.gz
Update Ansible release version to v2.9.26rc1.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 d9809fffee..33cd7115c4 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.26rc1'
+__version__ = '2.9.26rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'