From 0951694932c4ca28c4347fef4b6dab55be583e7e Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 17 Jul 2023 20:26:53 -0700 Subject: [PATCH] Update Ansible release version to v2.13.11.post0. (#81288) --- lib/ansible/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 640a21dddb9..a3f5b854a93 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.11' +__version__ = '2.13.11.post0' __author__ = 'Ansible, Inc.' __codename__ = "Nobody's Fault but Mine"