summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-05-15 16:16:03 -0500
committerGitHub <noreply@github.com>2023-05-15 16:16:03 -0500
commit5cb5c46eba2444f5202d728c0550e72871b5feb2 (patch)
tree9fa6c7aa20135fd438d385e8bbc2857833986b7a
parent1cbb6898297d61822b473f9aacee3df7b36ec950 (diff)
downloadansible-stable-2.14.tar.gz
Update Ansible release version to v2.14.6rc1.post0. (#80803)stable-2.14
-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 409fcb8603..14e03dfdcd 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.6rc1'
+__version__ = '2.14.6rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"