summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-05-23 18:09:33 -0400
committerGitHub <noreply@github.com>2022-05-23 18:09:33 -0400
commitc65f80cb8193cf76176af5642562502a49309a40 (patch)
tree6ad543b505593930e08692ab3a6bba0dc1a6bfe9
parent322366620f9422fe2c813fc6f9a1308790ae6161 (diff)
downloadansible-c65f80cb8193cf76176af5642562502a49309a40.tar.gz
Update Ansible release version to v2.11.12.post0. (#77880)
-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 921c7cb947..c88b8e48a1 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.12'
+__version__ = '2.11.12.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'