summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-12-04 17:01:48 -0600
committerGitHub <noreply@github.com>2023-12-04 23:01:48 +0000
commit865be9a4b798256e354e5e2279a87aabf8f279e4 (patch)
tree18bc6ccbe972f16908fc7b3b2894e2d27ca7d1f3
parent1acaaadd0bcb416237410050dfd1ab1eeaabc046 (diff)
downloadansible-865be9a4b798256e354e5e2279a87aabf8f279e4.zip
Update Ansible release version to v2.14.12.post0. (#82351)
-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 b18cc9ac6f..0600c99052 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.12'
+__version__ = '2.14.12.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"