summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-04-25 11:18:26 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-04-25 11:18:26 -0700
commit630e8cb8e2b39d13122b22f164da77964f9e6366 (patch)
treee31ab3f17128e103ec3e3e8c56158f461d28c74c
parent104f39a41d21852b94295445eb2270f3722e87b9 (diff)
downloadansible-630e8cb8e2b39d13122b22f164da77964f9e6366.tar.gz
Update Ansible release version to v2.8.0rc1.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 528a639bb9..6670ea696f 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.0rc1'
+__version__ = '2.8.0rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'