summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-06-13 11:35:50 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-06-13 11:35:50 -0700
commit05fd86c82fa0781302c5f10d07f7f7a0fa5d3304 (patch)
treed4a5eac359874531705b4fea5ff42a4f8d4c3dfd
parent1329d814d6388555f77d6687fe993c6c2dc71ab5 (diff)
downloadansible-05fd86c82fa0781302c5f10d07f7f7a0fa5d3304.tar.gz
New release v2.4.5.0-0.1.rc1v2.4.5.0-0.1.rc1
-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.'