summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-03-21 13:19:17 -0700
committerGitHub <noreply@github.com>2022-03-21 13:19:17 -0700
commit5c97f7e16f6d8f09cea2765ccbead7a843736cab (patch)
tree91793fcba0c3cb0c49cc9e21f1b2a70fd806fce1 /lib
parent660e8fa07d1b48412714c64b569a6d701dac312e (diff)
downloadansible-5c97f7e16f6d8f09cea2765ccbead7a843736cab.tar.gz
New release v2.12.4rc1 (#77329)v2.12.4rc1
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 7e57ed378a..dbb2697c45 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.3.post0'
+__version__ = '2.12.4rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'