Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-09-12 22:17:32 +0300
committerGitHub <noreply@github.com>2022-09-12 22:17:32 +0300
commit8ab2040759cd52d2f28b9208d664aa9b6b5b1b5b (patch)
tree5baee7775864a5546998afd2708bb699463a8319
parentfb44af4e7d89878666209d3b875b236aca873da9 (diff)
Update Ansible release version to v2.12.9.post0. (#78754)
-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 a1887bff08e..e0afcfd3abf 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.12.9'
+__version__ = '2.12.9.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'