summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-05-01 16:12:26 -0700
committerGitHub <noreply@github.com>2023-05-01 16:12:26 -0700
commit4d4a11490e6b784f4d8031804af38e8eb65530fd (patch)
tree48ecf614d961aeff2e6b09af9ec6781822e28587
parent5b1efaac2949d6ebcbd3b8c0d25f6cfdac95720a (diff)
downloadansible-4d4a11490e6b784f4d8031804af38e8eb65530fd.tar.gz
Update Ansible release version to v2.15.0rc2.post0. (#80687)
-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 25cffa6929..78794f81a8 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.15.0rc2'
+__version__ = '2.15.0rc2.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"