summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2023-02-27 19:21:40 -0500
committerGitHub <noreply@github.com>2023-02-27 19:21:40 -0500
commitff17c23359d69f87c273a6c799994a1938a8ae0d (patch)
tree5015d95aa9fe74a147bf1bbe9c5f3c54c3b706f5
parent009089d4c56233e135e3626e935d4d72d15f0983 (diff)
downloadansible-ff17c23359d69f87c273a6c799994a1938a8ae0d.tar.gz
Update Ansible release version to v2.13.8.post0. (#80099)
-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 47299128b0..149c21796b 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.8'
+__version__ = '2.13.8.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"