summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-31 18:03:41 -0500
committerGitHub <noreply@github.com>2022-01-31 18:03:41 -0500
commit4081c8d2395af5ee23dfa0784cf257ae4ad1e080 (patch)
tree7370f4835c759c6185141e0cd1bfbf1a6c9dd150 /lib
parente40051f7c072bcf384da5c80c1ef66bb577312f5 (diff)
downloadansible-4081c8d2395af5ee23dfa0784cf257ae4ad1e080.tar.gz
Update Ansible release version to v2.11.8.post0. (#76905)
Diffstat (limited to 'lib')
-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 10accbedbd..44ecd91791 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.8'
+__version__ = '2.11.8.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'