Skip to content

Commit 40a95bb

Browse files
committed
mark build 25 as a valid season 1 build
1 parent 180125a commit 40a95bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/server/season.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ func seasonByBuild(version int) int {
66
switch {
77
case version <= 13:
88
return 0
9-
case version <= 24:
9+
case version <= 25:
1010
return 1
1111
}
1212

0 commit comments

Comments
 (0)