From 893d01b5c66935a0721f2210b75ee57bf6e3963e Mon Sep 17 00:00:00 2001 From: jamesmarshall24 Date: Mon, 27 Feb 2023 10:00:30 -0500 Subject: New release v2.14.3 (#80083) --- lib/ansible/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible') diff --git a/lib/ansible/release.py b/lib/ansible/release.py index b5642fc103..66a04b9892 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.3rc1.post0' +__version__ = '2.14.3' __author__ = 'Ansible, Inc.' __codename__ = "C'mon Everybody" -- cgit v1.2.1