summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-04 13:29:32 -0500
committerGitHub <noreply@github.com>2023-04-04 13:29:32 -0500
commitca08c27c94c7af27d3c215deda9f937273309c37 (patch)
treedfeab4ead923253603463f71b4869df292c49542
parent5a262ab510b565de941241f7ba949eb6b70c8412 (diff)
downloadansible-ca08c27c94c7af27d3c215deda9f937273309c37.tar.gz
Update Ansible release version to v2.15.0b1.post0. (#80396)
-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 c2f4027d12..78236433a9 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.0b1'
+__version__ = '2.15.0b1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"