From 8ae505fa2cb791364e83f006f7ea9b39e6994114 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 29 Oct 2024 12:49:32 -0700 Subject: [PATCH] Update Ansible release version to v2.16.13rc1.post0. (#84200) --- 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 a5d59afa661..a644a8b60aa 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.16.13rc1' +__version__ = '2.16.13rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "All My Love"