summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <rooftopcellist@gmail.com>2021-08-16 14:55:01 -0400
committerChristian M. Adams <rooftopcellist@gmail.com>2021-08-16 14:55:01 -0400
commitaffaf24719702b5d941c55f83bce718d90a1559d (patch)
treefe7cc6260564822f87d27be732ca095bcf0fac28
parent7db0dbee5109e56f2d652bfd0aa76c2e546ad0c4 (diff)
downloadansible-affaf24719702b5d941c55f83bce718d90a1559d.tar.gz
Update Ansible release version to v2.9.25.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 68d50eae21..a579f09f92 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.25'
+__version__ = '2.9.25.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'