summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <jamarsha@redhat.com>2021-12-06 14:12:03 -0800
committerGitHub <noreply@github.com>2021-12-06 17:12:03 -0500
commite1425c0e43f823a1e45494e1b5867ce7e3a222eb (patch)
tree469de2eb85bac4db8fa1a18d659f1217aef62202
parent406d51ba4f0d21d9c84b9d9a1687cb2a50065723 (diff)
downloadansible-e1425c0e43f823a1e45494e1b5867ce7e3a222eb.tar.gz
Update Ansible release version to v2.10.16.post0. (#76480)
-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 ebb0095d44..287eeb2955 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.16'
+__version__ = '2.10.16.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'