summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2023-02-20 09:59:28 -0500
committerGitHub <noreply@github.com>2023-02-20 09:59:28 -0500
commitce6ed1653f4e6727fb9d76e943e04a3e5e4fcb72 (patch)
treec85cee34dcdf4b036cb8fdbb1e64f65d64b529ba /lib
parentda131ec48bfb66deb3f2024492584a9853cfd83f (diff)
downloadansible-ce6ed1653f4e6727fb9d76e943e04a3e5e4fcb72.tar.gz
New release v2.14.3rc1 (#80029)v2.14.3rc1
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 e4855fbe30..5592bc4489 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.2.post0'
+__version__ = '2.14.3rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"