From c4c2b64206083ac5bac424f64c1a6897cecc36f4 Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Tue, 2 Dec 2025 17:39:41 -0600 Subject: [PATCH] Update Ansible release version to v2.18.12rc1.post0. (#86288) --- 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 fb5177c0f7f..81c31a4b88a 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.18.12rc1' +__version__ = '2.18.12rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "Fool in the Rain"