summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8b893680e2..1d02fe8367 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.4.0 1
+2.4.5.0 0.1.rc1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 35595366d3..44a8a59e19 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.4.0'
+__version__ = '2.4.5.0'
__author__ = 'Ansible, Inc.'