summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2023-01-30 13:11:51 -0500
committerGitHub <noreply@github.com>2023-01-30 13:11:51 -0500
commit964d1f0852b9a4a36190fff287b1efce6876869c (patch)
tree4724ad0df750a5f6b4a4329c0a0978305b532a3e
parentad9867ca5eb8ba27f827d5d5a7999cfb96ae0986 (diff)
downloadansible-964d1f0852b9a4a36190fff287b1efce6876869c.tar.gz
Update Ansible release version to v2.14.2.post0. (#79845)
-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 7a2e435b6a..e4855fbe30 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'
+__version__ = '2.14.2.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"