summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-10-04 15:32:26 -0400
committerChristian M. Adams <chadams@redhat.com>2021-10-04 15:32:26 -0400
commitbf4b75db0866943abeae5d2f1243c560d6791e1c (patch)
treecb6072a158e2b55babf68e44266b8dd201793d89
parente53aec675cbddf07da9ac9b1ec93b1fd269af91f (diff)
downloadansible-bf4b75db0866943abeae5d2f1243c560d6791e1c.tar.gz
Update Ansible release version to v2.9.27rc1.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 5d398ff9cd..9f247f93da 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.27rc1'
+__version__ = '2.9.27rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'