summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-05-11 16:31:14 -0700
committerMatt Clay <matt@mystile.com>2020-05-11 16:31:14 -0700
commitf2c259b15248514067d6485a52c70374c8760564 (patch)
tree861f9b716ad4e96583a4f421393052064cd4f312 /lib
parent4cdbcc4ed9334fb6cfa3c2df10ac865388f24ccd (diff)
downloadansible-2.8.12.tar.gz
New release v2.8.12v2.8.12
Diffstat (limited to 'lib')
-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 92e926ab44..38a008a5b3 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.8.11.post0'
+__version__ = '2.8.12'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'