Skip to content

Commit 22f43c8

Browse files
authored
Merge pull request #8504 from wazuh/enhancement/idr113-demote-4.11-version
Set `is_latest_release` to `False`
2 parents 7423e9d + 846c20f commit 22f43c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_variables/settings.py

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

1717
# The short X.Y version
1818
version = '4.11'
19-
is_latest_release = True
19+
is_latest_release = False
2020

2121
# The full version, including alpha/beta/rc tags
2222
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)

0 commit comments

Comments
 (0)