summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-10 16:01:01 -0500
committerGitHub <noreply@github.com>2023-04-10 16:01:01 -0500
commitf27a4a4f5c3eb1649dc9df5a891517ef110cf28c (patch)
treec238e45772038ddc18416cbf34da1182edfaeff8 /lib
parent3a378ba61b9b1c8b989142f89672628d53b97fe4 (diff)
downloadansible-f27a4a4f5c3eb1649dc9df5a891517ef110cf28c.tar.gz
New release v2.15.0b2 (#80467)v2.15.0b2
Diffstat (limited to 'lib')
-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 78236433a9..f6163dcc22 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.post0'
+__version__ = '2.15.0b2'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"