Skip to content

Commit 60c63ea

Browse files
authored
update stable-2.19 VERSION (#2811)
1 parent b8bd731 commit 60c63ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
VERSION = (
5252
# Controls branch version for core releases
53-
'devel' if tags.has('core_lang') or tags.has('core') else
53+
'2.19' if tags.has('core_lang') or tags.has('core') else
5454
# Controls branch version for Ansible package releases
5555
'devel' if tags.has('ansible') or tags.has('all')
5656
else '<UNKNOWN>'

0 commit comments

Comments
 (0)