summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-03 16:19:58 -0400
committerGitHub <noreply@github.com>2022-10-03 15:19:58 -0500
commit6bcb90a1417b13f7e842d61b25c5bd6e8264a0ed (patch)
tree36f7f7548f7e5b2c3cab975e6936f215c3ebf6e3
parent12ae8f56caf8bbfef32c582cf642a35ecd70fc89 (diff)
downloadansible-6bcb90a1417b13f7e842d61b25c5bd6e8264a0ed.tar.gz
Update Ansible release version to v2.12.10rc1.post0. (#78994)
-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 b91479b8d6..924a690ef5 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.12.10rc1'
+__version__ = '2.12.10rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'