summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-25 18:04:56 -0500
committerGitHub <noreply@github.com>2023-04-25 18:04:56 -0500
commitca323b9f92d064cae3e1dc780e79acd88a2cf40d (patch)
tree0e8e8fa2d297170df0dfc0196988e5abaf388f64
parent96c1a9346c3525c3bff536aa1ffb39f53a060b62 (diff)
downloadansible-ca323b9f92d064cae3e1dc780e79acd88a2cf40d.tar.gz
Update Ansible release version to v2.15.0rc1.post0. (#80640)
-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 74a756f67f..87aa92f05f 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.0rc1'
+__version__ = '2.15.0rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"