summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-03-27 13:36:37 -0500
committerGitHub <noreply@github.com>2023-03-27 13:36:37 -0500
commita2497af80240b9352ecf5ab20145ba896f766e52 (patch)
tree0d6b4487f76013934f13ce2cdc08d1f97b9f789e
parent90ba582e3edcb0cd5b394bcfdcbd3ef383bc9cd3 (diff)
downloadansible-a2497af80240b9352ecf5ab20145ba896f766e52.tar.gz
Update Ansible release version to v2.14.4.post0. (#80314)
-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 50d2380625..885781396e 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.4'
+__version__ = '2.14.4.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"