summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2023-01-23 12:13:18 -0500
committerGitHub <noreply@github.com>2023-01-23 12:13:18 -0500
commit66c6fdefa62344696fdebb4a75f251fb6889972f (patch)
tree0cea62fea703e425d64964b9dda0c8dd3be8eb82 /lib
parent83db3015e9ac7515d4a0f3a8827b46656b50990c (diff)
downloadansible-66c6fdefa62344696fdebb4a75f251fb6889972f.tar.gz
New release v2.14.2rc1 (#79789)v2.14.2rc1
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 246add9265..f93be71f23 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.1.post0'
+__version__ = '2.14.2rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"