summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricarril@redhat.com>2022-10-31 14:33:03 +0100
committerGitHub <noreply@github.com>2022-10-31 14:33:03 +0100
commit6fb5f0c8b8f4d353bcacae47be83867df63b080b (patch)
treebf1d5b56ff0f6a678b5eea286a1a5deeca346bfa /lib
parent3fc245d3c615d2814af8ffc09b8cb319109bd18d (diff)
downloadansible-6fb5f0c8b8f4d353bcacae47be83867df63b080b.tar.gz
New release v2.14.0rc2 (#79257)v2.14.0rc2
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 3d7a8d1e2b..650274b299 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.0rc1.post0'
+__version__ = '2.14.0rc2'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"