Skip to content

Commit 8b1b329

Browse files
authored
Change 2.18 to correct version (#2089)
1 parent c5d519d commit 8b1b329

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
@@ -44,7 +44,7 @@
4444

4545
VERSION = (
4646
# Controls branch version for core releases
47-
'devel' if tags.has('core_lang') or tags.has('core') else
47+
'2.18' if tags.has('core_lang') or tags.has('core') else
4848
# Controls branch version for Ansible package releases
4949
'devel' if tags.has('ansible') or tags.has('all')
5050
else '<UNKNOWN>'

0 commit comments

Comments
 (0)