Skip to content

Commit 9e9bdcf

Browse files
authored
add 12 as version number (#3052)
1 parent 9f72f57 commit 9e9bdcf

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
@@ -52,7 +52,7 @@
5252
# Controls branch version for core releases
5353
'2.19' if tags.has('core_lang') or tags.has('core') else
5454
# Controls branch version for Ansible package releases
55-
'devel' if tags.has('ansible') or tags.has('all')
55+
'12' if tags.has('ansible') or tags.has('all')
5656
else '<UNKNOWN>'
5757
)
5858
AUTHOR = 'Ansible, Inc'

0 commit comments

Comments
 (0)