From ab661160cb63f0fae63f3a58b48601c00119e0c7 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Mon, 28 Nov 2022 22:32:20 +0100 Subject: [PATCH] Update Ansible release version to v2.14.1rc1.post0. (#79493) --- 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 23b6c95ab48..035bb9f2e7d 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.14.1rc1' +__version__ = '2.14.1rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "C'mon Everybody"