summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-10-10 16:52:11 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-10-10 16:52:11 -0700
commit7417d535469acd39d2f0cf843d7317e38de9c97e (patch)
treea13cc4d7ce26235c801c5e87dd009e8b9e46718e
parent40f415ba352df83614b8f83fb7395ef370d5f3a5 (diff)
downloadansible-7417d535469acd39d2f0cf843d7317e38de9c97e.tar.gz
Update Ansible release version to v2.9.0rc3.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 d6491cbae6..686bb43684 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.0rc3'
+__version__ = '2.9.0rc3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'