summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-24 12:17:52 -0500
committerGitHub <noreply@github.com>2022-01-24 12:17:52 -0500
commitd4aa87f4cac8954069eac9a5b12e7d48a01a2f54 (patch)
treea97fcc9a5fcf7161463a9cdea3ce3f1a032bdafa
parent98418031a4dda66ea4db99a9440a61ac01a57267 (diff)
downloadansible-d4aa87f4cac8954069eac9a5b12e7d48a01a2f54.tar.gz
Update Ansible release version to v2.10.17rc1.post0. (#76832)
-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 ef3edcb5e4..14cbb148bd 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.10.17rc1'
+__version__ = '2.10.17rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'