summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-24 12:42:02 -0500
committerGitHub <noreply@github.com>2023-04-24 12:42:02 -0500
commit80c7cff394f2450570c47060f89334f3dc3abb79 (patch)
treef902813323199fd06ac2b9f67246543a3d77a0bd
parent1e80e4319f6a619b1c21e28767fc4b5bc60c8fc8 (diff)
downloadansible-80c7cff394f2450570c47060f89334f3dc3abb79.tar.gz
Update Ansible release version to v2.13.9.post0. (#80613)
-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 9ce3c021eb..4f4bbe5640 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.13.9'
+__version__ = '2.13.9.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"