From 8ba8a41b95fe24f969926841cb7956165e4f1e84 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 10 Aug 2020 22:41:25 -0500 Subject: [PATCH] Update Ansible release version to v2.8.14.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 c7c357bb737..b4181a543d4 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.14' +__version__ = '2.8.14.post0' __author__ = 'Ansible, Inc.' __codename__ = 'How Many More Times'