From 5249d5e216f663aa38b19d253957bcf81d9a1702 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 3 Sep 2025 16:25:39 -0700 Subject: [PATCH] Update Ansible release version to v2.17.14rc1.post0. (#85793) --- 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 c98846db700..b4c0e278f14 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.14rc1' +__version__ = '2.17.14rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"