summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-31 18:03:37 -0500
committerGitHub <noreply@github.com>2022-01-31 18:03:37 -0500
commitf496edc6e95cc46abe29715bebb3737626adbaca (patch)
tree627b016a12395e97511c4743dd757550b63a16ca
parent6c75cf5c83da044d1fd69bc444ce4de50d728d09 (diff)
downloadansible-f496edc6e95cc46abe29715bebb3737626adbaca.tar.gz
Update Ansible release version to v2.12.2.post0. (#76904)
-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 1bf5511dc6..2bb7be7a3b 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.12.2'
+__version__ = '2.12.2.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'