summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-06-26 21:40:49 -0700
committerMatt Clay <matt@mystile.com>2018-06-26 21:40:49 -0700
commitf91fb2ea5ea5f6b82dcdbf0b3180f813f6267a33 (patch)
treecd87ea1e39dc574d15fcdb55722e0b4368c13a68
parent478ab3f8b145a0216713a1d6bf86400cbb640846 (diff)
downloadansible-f91fb2ea5ea5f6b82dcdbf0b3180f813f6267a33.tar.gz
Update Ansible release version to 2.6.0rc5.dev0.
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 8f09f2da7d..e26d86d0b9 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.6.0rc5'
+__version__ = '2.6.0rc5.dev0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'