Skip to content

Commit e30daac

Browse files
committed
update SUPPORTED_TAGS
1 parent cb9eb75 commit e30daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Constants used throughout the project
77
# Storing as constants for now but we might want a more sophisticated config management
88
# at some point.
9-
SUPPORTED_TAGS = ["27.0", "26.0", "25.1", "24.2", "23.2", "22.2"]
9+
SUPPORTED_TAGS = ["29.0", "28.1", "27.0", "26.0", "25.1", "24.2", "23.2", "22.2"]
1010
DEFAULT_TAG = SUPPORTED_TAGS[0]
1111
WEIGHTED_TAGS = [
1212
tag for index, tag in enumerate(reversed(SUPPORTED_TAGS)) for _ in range(index + 1)

0 commit comments

Comments
 (0)