summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2020-01-15 15:58:49 -0800
committerMatt Davis <mrd@redhat.com>2020-01-15 15:58:49 -0800
commitcfc6e573c507a0815c9f81e21c6810016e5dacc7 (patch)
treef17e7c8912c4858efad1ece54516bf4e5fc85e64 /lib
parent6832d8bf6a83341221cc419a74e4963c53b30743 (diff)
downloadansible-cfc6e573c507a0815c9f81e21c6810016e5dacc7.tar.gz
Update Ansible release version to v2.9.3.post0.
Diffstat (limited to 'lib')
-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 892123ea3e..90fbab6777 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.9.3'
+__version__ = '2.9.3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'