summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-08-31 11:16:39 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-08-31 11:16:39 -0700
commit9376c41c6149e2c42683f969c3516262931fff0f (patch)
treec47987773a5167a02a5ceacaebf0f8992e036b06
parentf414424735a8c33b57d1432172c75368b2457881 (diff)
downloadansible-9376c41c6149e2c42683f969c3516262931fff0f.tar.gz
Update version number for 2.7.0beta1
-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 937fd993c0..3360f3bd15 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'