From 7a6fc1d5a8053b558d901ed180c94bcb8b80f0fa Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sat, 28 Jul 2018 00:32:12 -0700 Subject: [PATCH] Update Ansible release version to 2.6.2.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 1c1c314e6d7..9b6a97651a5 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.6.2' +__version__ = '2.6.2.post0' __author__ = 'Ansible, Inc.' __codename__ = 'Heartbreaker'