summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-04-25 12:42:45 -0400
committerGitHub <noreply@github.com>2022-04-25 12:42:45 -0400
commitfee6f50a7e62011f6f6af8cbf6082a34c4411d61 (patch)
tree5dd530f1e583bbc4da63d535525e95672771ccb3
parentcb6ccfda90ba042b80f83efe134414ec6f716844 (diff)
downloadansible-fee6f50a7e62011f6f6af8cbf6082a34c4411d61.tar.gz
Update Ansible release version to v2.11.11.post0. (#77632)
-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 7fce1d5182..a121f2eb8b 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.11'
+__version__ = '2.11.11.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'