summaryrefslogtreecommitdiff
path: root/lib/ansible/release.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-05-11 16:33:55 -0700
committerMatt Clay <matt@mystile.com>2020-05-11 16:33:55 -0700
commitb378a44ab3524f19a8e11d98eb327b37255d0bd2 (patch)
tree2b0695b0a695467368e4eebbbf66400eb2f8d71b /lib/ansible/release.py
parent5c9599f5a9057a6c4bd5d5b9e05dda1c5074c838 (diff)
downloadansible-b378a44ab3524f19a8e11d98eb327b37255d0bd2.tar.gz
New release v2.7.18v2.7.18
Diffstat (limited to 'lib/ansible/release.py')
-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 16450ab7de..805d9db370 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.7.17.post0'
+__version__ = '2.7.18'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'