summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2021-10-11 16:55:29 -0400
committerGitHub <noreply@github.com>2021-10-11 16:55:29 -0400
commit720eef8c3a15b18d5176ca2970bcc0568a14c3b8 (patch)
treeaa6772e700568a159d15b76d132dbf0ae65fd1a1
parentff603897d213c8b74b98e1602bbbc726b268ff79 (diff)
downloadansible-720eef8c3a15b18d5176ca2970bcc0568a14c3b8.tar.gz
Update Ansible release version to v2.10.15.post0. (#76004)
-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 a4b103b583..ba0468f1e4 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.15'
+__version__ = '2.10.15.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'