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:
authorRicardo Carrillo Cruz <ricarril@redhat.com>2022-10-31 18:48:54 +0300
committerGitHub <noreply@github.com>2022-10-31 18:48:54 +0300
commit66363dd182ba3fa1be9f95cc558ccbe8e8c9192f (patch)
tree1b918ab3a0c4a0dd305dc74b6d0d6fa1582c7962
parent6fb5f0c8b8f4d353bcacae47be83867df63b080b (diff)
Update Ansible release version to v2.14.0rc2.post0. (#79262)
-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 650274b2998..7ad3f7bd12f 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.14.0rc2'
+__version__ = '2.14.0rc2.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"