summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-24 10:52:31 -0500
committerGitHub <noreply@github.com>2023-04-24 10:52:31 -0500
commit1e80e4319f6a619b1c21e28767fc4b5bc60c8fc8 (patch)
tree3078f810ab5f70814d831615600aab0d48ddd08d /lib
parent67a0cf505f895624680e02e151ce033617bfff0f (diff)
downloadansible-1e80e4319f6a619b1c21e28767fc4b5bc60c8fc8.tar.gz
New release v2.13.9 (#80610)v2.13.9
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 ccf5ae1db2..9ce3c021eb 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.13.9rc1.post0'
+__version__ = '2.13.9'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"