summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-17 16:46:48 -0500
committerGitHub <noreply@github.com>2023-04-17 16:46:48 -0500
commit12083db2c535f2de0c50c5fb14a47e43c289f703 (patch)
treeaef141e27cc1ef077c5236a71a9e3a789d62e3a9
parent1c16d871d6be5e9eb548abeb6a7b3807699cb759 (diff)
downloadansible-12083db2c535f2de0c50c5fb14a47e43c289f703.tar.gz
Update Ansible release version to v2.15.0b3.post0. (#80541)
-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 56cd65aafc..28f8536c93 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.0b3'
+__version__ = '2.15.0b3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"