summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-02-08 18:44:30 -0800
committerMatt Davis <mrd@redhat.com>2018-02-08 18:44:30 -0800
commita48cf0cb0dde8d066cd750cc1e5f4de8c564db58 (patch)
treed718043406913ee4d69f92875155e8df2a82ffb2
parentff7b627b8ea76113f005db4f52bb3fba8ab87ba8 (diff)
downloadansible-a48cf0cb0dde8d066cd750cc1e5f4de8c564db58.tar.gz
New release 2.5.0b1v2.5.0b1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/release.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 51fb6027b3..6eea6f71c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-2.5.0devel
+2.5.0b1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 08c11d8a9d..60b343dbd7 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.5.0devel'
+__version__ = '2.5.0b1'
__author__ = 'Ansible, Inc.'