Skip to content

Commit 8b2861d

Browse files
committed
chore: bump const if validation package
1 parent 8c63e47 commit 8b2861d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validation/limits.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ const (
1212
MinRunesAllowedInAGuildNameWord = 2 // Smallest character name word length possible
1313

1414
// AmountOfBoostableBosses is the amount of boostable bosses.
15-
// Last updated: Oct 08 2023
16-
AmountOfBoostableBosses = 95
15+
// Last updated: Feb 03 2025
16+
AmountOfBoostableBosses = 99
1717
)

0 commit comments

Comments
 (0)