summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-03-21 19:27:28 -0700
committerGitHub <noreply@github.com>2022-03-21 22:27:28 -0400
commit380ff7f3d699d5957541231759f4798c4ac10078 (patch)
tree6d4c7bde0c10f511b5e8c5f94b8fad4105346356
parentf78bc40e6fa882dbd1a583b943c407811b1470ce (diff)
downloadansible-380ff7f3d699d5957541231759f4798c4ac10078.tar.gz
Update Ansible release version to v2.11.10rc1.post0. (#77331)
-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 078cd54ef1..cd68246681 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.10rc1'
+__version__ = '2.11.10rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'