summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-26 17:00:44 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-26 17:00:44 -0700
commitc4951039966dbb1d9b590f0516e753e4c20358b6 (patch)
treef544703bfc5d072dba4aad259064b34de205b581
parent124b3dce50e6f9e608b2cf4a67156fdd8a442e68 (diff)
downloadansible-c4951039966dbb1d9b590f0516e753e4c20358b6.tar.gz
New release v2.4.2.0-0.1.beta1v2.4.2.0-0.1.beta1
-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 744cfd4739..7fbfcf07d1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.1.0 1
+2.4.2.0 0.1.beta1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 83496ecdb2..c79fc3b8e5 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.4.1.0'
+__version__ = '2.4.2.0'
__author__ = 'Ansible, Inc.'