summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-05-15 15:49:07 -0500
committerGitHub <noreply@github.com>2023-05-15 15:49:07 -0500
commit4d01ecb8655bd19e6b6fa4d027610f2f8f8b6d56 (patch)
tree8683acd30d0d51925ddfbb574060d9df1ed38c59
parente69ca3420c2b7ddf78507b53aca7a573a06c29a5 (diff)
downloadansible-stable-2.13.tar.gz
Update Ansible release version to v2.13.10rc1.post0. (#80802)stable-2.13
-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 a739f6fb0f..ffa8fedd1b 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.10rc1'
+__version__ = '2.13.10rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"