From 4e0f81a01f26fa60021c23e3fed1315335fd1899 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 8 Aug 2022 14:18:36 -0400 Subject: [PATCH] Update Ansible release version to v2.13.3rc1.post0. (#78476) --- lib/ansible/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 19c3f8827b4..7e07371e874 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.13.3rc1' +__version__ = '2.13.3rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "Nobody's Fault but Mine"