From 393c80256d6b3e08f5b28c16cb5ce3a8091cb2f2 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 4 Nov 2024 14:38:37 -0600 Subject: [PATCH] Update Ansible release version to v2.18.0.post0. (#84258) --- 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 16a1990fc1d..2b074d62524 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.18.0' +__version__ = '2.18.0.post0' __author__ = 'Ansible, Inc.' __codename__ = "Fool in the Rain"