summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-13 14:48:59 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-13 14:48:59 -0400
commit036fd07bd3b1c7e5c4211ddb9f5e4d7115c4cb98 (patch)
tree5c48fa282a5620eb92aa67bb46ee50b6d1992184
parent2421b476c5585b7d4d4da6fb7eda5c08884c83d9 (diff)
downloadansible-036fd07bd3b1c7e5c4211ddb9f5e4d7115c4cb98.tar.gz
Update Ansible release version to v2.10.14.post0.
-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 f1ccf69b12..f28270ca0c 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.14'
+__version__ = '2.10.14.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'