Skip to content

Commit

Permalink
mark build 25 as a valid season 1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Apr 8, 2024
1 parent 180125a commit 40a95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/server/season.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ func seasonByBuild(version int) int {
switch {
case version <= 13:
return 0
case version <= 24:
case version <= 25:
return 1
}

Expand Down

0 comments on commit 40a95bb

Please sign in to comment.