Browse code

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

Toshio Kuratomi authored on 2019/05/03 02:56:32
Showing 1 changed files
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.8.0rc2'
22
+__version__ = '2.8.0rc2.post0'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'How Many More Times'