summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-17 15:53:15 -0500
committerGitHub <noreply@github.com>2023-04-17 15:53:15 -0500
commit04249d9cf42efb6a27cb7ccd6188d1152313309e (patch)
tree0256820d3f563aa160afcc35e5e82c11359c0a2a
parentec8817ace22cbd1fd77c8fc2f8a0ad2c42a7802b (diff)
downloadansible-04249d9cf42efb6a27cb7ccd6188d1152313309e.tar.gz
Update Ansible release version to v2.14.5rc1.post0. (#80539)
-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 20f65275f0..17ab80feab 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.5rc1'
+__version__ = '2.14.5rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"