Update Ansible release version to v2.8.1.post0.

This commit is contained in:
Toshio Kuratomi 2019-06-06 22:05:08 -07:00
parent a31a8c2a53
commit bf9f21cc95

View file

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.8.1'
__version__ = '2.8.1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'