summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-11 10:51:55 -0400
committerGitHub <noreply@github.com>2022-10-11 10:51:55 -0400
commitbe95a3a8ada1585f942c575d7e3a9a5fa61e6b19 (patch)
tree7cd989ccb69c456bbba0d449ee86a236060d7d10
parent09cf0ed123acc3aa41deea0b81ca0574ac59da65 (diff)
downloadansible-be95a3a8ada1585f942c575d7e3a9a5fa61e6b19.tar.gz
Update Ansible release version to v2.13.5.post0. (#79099)
-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 31b0bf374a..f57f5aea85 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.5'
+__version__ = '2.13.5.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"