summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-07-03 13:41:35 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-07-03 13:41:35 -0700
commit749758e91f9701be54e6fc53cf5d124775e0208d (patch)
tree39e8db795a52724df121bb79cb2905282bb98488
parenta5f3791a914e5e288a519aa9f57657ebb9080fdb (diff)
downloadansible-749758e91f9701be54e6fc53cf5d124775e0208d.tar.gz
Update Ansible release version to v2.6.18.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 93ee7dcd3b..4b79b4bc86 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.6.18'
+__version__ = '2.6.18.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'