Skip to content

Commit 948d4ea

Browse files
authored
Update season to 2025
1 parent 9cc72c5 commit 948d4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pw/chew/mlb/MLBBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class MLBBot {
3838
public static final List<JSONObject> TEAMS = new ArrayList<>();
3939
public static final EventWaiter waiter = new EventWaiter();
4040

41-
public static final int SEASON = 2024;
41+
public static final int SEASON = 2025;
4242

4343
public static void main(String[] args) throws IOException {
4444
// Load properties into the PropertiesManager

0 commit comments

Comments
 (0)