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:
authorjamesmarshall24 <james.marshall@redhat.com>2022-05-24 01:09:43 +0300
committerGitHub <noreply@github.com>2022-05-24 01:09:43 +0300
commitf6b028341be897e749c5f6971346338e7b2a94ba (patch)
treef2c0ac0638795dddee30f026de236b03fedc2c30
parenta1683d3dab164afdfe1bedc8dab296564b7a47e5 (diff)
Update Ansible release version to v2.12.6.post0. (#77881)
-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 6d11d5f64e3..b29689a262d 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.6'
+__version__ = '2.12.6.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'