From 6bcb90a1417b13f7e842d61b25c5bd6e8264a0ed Mon Sep 17 00:00:00 2001 From: jamesmarshall24 Date: Mon, 3 Oct 2022 16:19:58 -0400 Subject: Update Ansible release version to v2.12.10rc1.post0. (#78994) --- 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 b91479b8d6..924a690ef5 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.12.10rc1' +__version__ = '2.12.10rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = 'Dazed and Confused' -- cgit v1.2.1