summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-17 14:14:02 -0500
committerGitHub <noreply@github.com>2023-04-17 14:14:02 -0500
commit1c16d871d6be5e9eb548abeb6a7b3807699cb759 (patch)
tree8ceba80b97d0e4e2b46632127b5cc36dc60b628d /lib
parent86bcfec830bc6b0a79c5fc64b0609669d75acb3b (diff)
downloadansible-1c16d871d6be5e9eb548abeb6a7b3807699cb759.tar.gz
New release v2.15.0b3 (#80537)v2.15.0b3
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 3d8b42b499..56cd65aafc 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.0b2.post0'
+__version__ = '2.15.0b3'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"