diff --git a/VERSION b/VERSION index 70fa54d280..cef639ac03 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 0.0.devel +2.4.0 0.0.devel diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 89d7d53812..bcbb8d785c 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.3.0' +__version__ = '2.4.0' __author__ = 'Ansible, Inc.'