summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2023-02-27 19:15:35 -0500
committerGitHub <noreply@github.com>2023-02-27 19:15:35 -0500
commit1c1f3171bb103b08e86bd9ac5450b8bac539d7fc (patch)
tree93f7b7e8b37ad4d82de9190e6f1b76ad88b7cf1e
parent893d01b5c66935a0721f2210b75ee57bf6e3963e (diff)
downloadansible-1c1f3171bb103b08e86bd9ac5450b8bac539d7fc.tar.gz
Update Ansible release version to v2.14.3.post0. (#80100)
-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 66a04b9892..d89989773e 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.3'
+__version__ = '2.14.3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"