summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-02-23 18:52:09 -0500
committerGitHub <noreply@github.com>2022-02-23 18:52:09 -0500
commitadfca2bdc9e86d74b097d8f7a65b96b0b72cf112 (patch)
tree1f4368502cbbe41a097c27947fa3c4df236f2ecd
parent715fa4fdde60b203d4777d1868b245a5dddae424 (diff)
downloadansible-adfca2bdc9e86d74b097d8f7a65b96b0b72cf112.tar.gz
Update Ansible release version to v2.11.9rc1.post0. (#77130)
-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 863997415f..38e1526999 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.11.9rc1'
+__version__ = '2.11.9rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'