summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-10-17 14:59:59 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-10-17 14:59:59 -0700
commitebefd0b715aff95fddd0aa1ddc60da03cee71cb8 (patch)
tree547a311077f2c6f50e085a4246409649101b5d77
parentd778c59c43eea5801658dd993b771a314fc5511b (diff)
downloadansible-ebefd0b715aff95fddd0aa1ddc60da03cee71cb8.tar.gz
Update Ansible release version to v2.8.6.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 add3df70d2..4acd3cfcaa 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.8.6'
+__version__ = '2.8.6.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'