summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-08 09:45:32 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-08 09:45:32 -0400
commit2c40d52535b89ee0af93fc5f0fa35a376a307ec8 (patch)
tree7afc5f12ad730bdfac60e7602240632d0c866773 /lib
parentef8f41c940e83fc1900a05cb883da149e786d89a (diff)
downloadansible-2c40d52535b89ee0af93fc5f0fa35a376a307ec8.tar.gz
New release v2.9.26rc1v2.9.26rc1
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 a579f09f92..d9809fffee 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.25.post0'
+__version__ = '2.9.26rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'