summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-31 18:03:43 -0500
committerGitHub <noreply@github.com>2022-01-31 18:03:43 -0500
commit4288375712e4b973ed727d20c51c4868aeea4c15 (patch)
treeac487cc011f76476d8e02e8619a37201f9f309c1
parente630d81716e5d8dab18f4d3a9e3e47aad78b03b8 (diff)
downloadansible-4288375712e4b973ed727d20c51c4868aeea4c15.tar.gz
Update Ansible release version to v2.10.17.post0. (#76906)
-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 79c474fc67..69e43ab438 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.17'
+__version__ = '2.10.17.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'