From 6fcb71f51b4bd112cf456178b4ed1d54fd093fa2 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 10 May 2019 13:36:33 -0700 Subject: [PATCH] Update Ansible release version to v2.8.0rc3.post0. --- lib/ansible/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 8efc5d7ae35..05176ba1bda 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.0rc3' +__version__ = '2.8.0rc3.post0' __author__ = 'Ansible, Inc.' __codename__ = 'How Many More Times'