diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 23318d27e1e..7ba8075fb80 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.0a1' +__version__ = '2.8.0a1.post0' __author__ = 'Ansible, Inc.' __codename__ = 'How Many More Times'