summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-08 13:03:59 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-08 13:03:59 -0400
commit667c5a4319f3b9299935d96222a6b5687d45adb1 (patch)
tree24e5b1b2221ae0abaac481c11d826810c3183256
parent7b414d094c528541d179504d50e5bffb4d1d975b (diff)
downloadansible-667c5a4319f3b9299935d96222a6b5687d45adb1.tar.gz
Update Ansible release version to v2.10.14rc1.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 f208fb6db2..0ca4d49bff 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.14rc1'
+__version__ = '2.10.14rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'