diff --git a/VERSION b/VERSION index f5a629d7b16..17a4e19a068 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0.0 1 +2.4.1.0 0.1.beta1 diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 733bcc4915c..83496ecdb21 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.0.0' +__version__ = '2.4.1.0' __author__ = 'Ansible, Inc.'