Update Ansible release version to v2.8.0rc3.post0.

This commit is contained in:
Matt Clay 2019-05-10 13:36:33 -07:00
parent cd9d6f0958
commit 6fcb71f51b

View file

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