summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2023-02-27 10:00:30 -0500
committerGitHub <noreply@github.com>2023-02-27 10:00:30 -0500
commit893d01b5c66935a0721f2210b75ee57bf6e3963e (patch)
tree602340551ff1061f4c362abdf850b13ff50540bb /lib
parent88a7738127f50d6e26403418ba6a965f540d4392 (diff)
downloadansible-893d01b5c66935a0721f2210b75ee57bf6e3963e.tar.gz
New release v2.14.3 (#80083)v2.14.3
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
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"