summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-07-03 13:41:32 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-07-03 13:41:32 -0700
commit20f6ba5da8a52100a0fd902a51ca933bce7f8236 (patch)
treed1825c9ff563356c3e200cd6b45b0270fe7b0a6a
parent1fb35cd857b59fb07f0201abe021092a508b3efc (diff)
downloadansible-20f6ba5da8a52100a0fd902a51ca933bce7f8236.tar.gz
Update Ansible release version to v2.7.12.post0.
-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 16df16c0e4..a16d1dec4f 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.7.12'
+__version__ = '2.7.12.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'