summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-02-21 20:29:49 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-02-21 20:29:49 -0800
commit52c85f6c66ac20fdb34b46d7111ef35dd636d884 (patch)
treee9d6b29776ed69a751f2d610b0e327b04afca462
parentfe7e44a5d7553b9382fd44da5bc9317d0997b802 (diff)
downloadansible-2.4.4-0.1.beta1.tar.gz
New release v2.4.4-0.1.beta1v2.4.4-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 7103e7317f..2032f9d113 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.3.0 1
+2.4.4 0.1.beta1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 0e1ab52ee1..f57a44a3f7 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.3.0'
+__version__ = '2.4.4'
__author__ = 'Ansible, Inc.'