summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-05-12 08:32:21 -0700
committerMatt Clay <matt@mystile.com>2020-05-12 08:32:21 -0700
commitbcea0800be209845cb1d28bf60e36c7bc0c9b0ac (patch)
tree08c7f3c727d21078c38477ff6baab566881350c2
parentb378a44ab3524f19a8e11d98eb327b37255d0bd2 (diff)
downloadansible-bcea0800be209845cb1d28bf60e36c7bc0c9b0ac.tar.gz
Update Ansible release version to v2.7.18.post0.
-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 805d9db370..66cf97afb2 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.18'
+__version__ = '2.7.18.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'