summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-03-01 09:48:43 -0500
committerGitHub <noreply@github.com>2022-03-01 09:48:43 -0500
commit995ca083db05047cb484a71f3381fd3e11954f85 (patch)
treee9cde255594b15cc12848efa692a20be031f3791
parent41a1fe13036d4437bd502536a6ef3d008324ae5c (diff)
downloadansible-995ca083db05047cb484a71f3381fd3e11954f85.tar.gz
Update Ansible release version to v2.11.9.post0. (#77162)
-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 ff4cf92a80..5050011c81 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.9'
+__version__ = '2.11.9.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'