From 57c59972f7ece59768c0bd0f148d78ada8e6adb3 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 12 May 2025 13:06:16 -0700 Subject: [PATCH] Update Ansible release version to v2.17.12rc1.post0. (#85145) --- 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 48bf096e5f2..0ba102d3994 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.12rc1' +__version__ = '2.17.12rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"