From 9376c41c6149e2c42683f969c3516262931fff0f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 31 Aug 2018 11:16:39 -0700 Subject: [PATCH] Update version number for 2.7.0beta1 --- 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 937fd993c0c..3360f3bd15c 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.7.0.a1.post0' +__version__ = '2.7.0b1' __author__ = 'Ansible, Inc.' __codename__ = 'In the Light'