We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bd731 commit 60c63eaCopy full SHA for 60c63ea
docs/docsite/rst/conf.py
@@ -50,7 +50,7 @@
50
51
VERSION = (
52
# Controls branch version for core releases
53
- 'devel' if tags.has('core_lang') or tags.has('core') else
+ '2.19' if tags.has('core_lang') or tags.has('core') else
54
# Controls branch version for Ansible package releases
55
'devel' if tags.has('ansible') or tags.has('all')
56
else '<UNKNOWN>'
0 commit comments