From 7f5948450bc10f8221d322150095d9ebe6f706b8 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 16 Jul 2024 11:18:37 -0700 Subject: [PATCH] Update Ansible release version to v2.16.9.post0. (#83614) --- 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 3da877323db..d492e5babf8 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.9' +__version__ = '2.16.9.post0' __author__ = 'Ansible, Inc.' __codename__ = "All My Love"