Skip to content

Commit

Permalink
Version 2.2 - Change version number to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
CitrusOSLinux committed Dec 17, 2023
1 parent 6103e17 commit 5bbfbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ml/pluto7073/plutoscoffee/PlutosCoffee.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PlutosCoffee implements ModInitializer {

public static final String MOD_ID = "plutoscoffee";
public static final Logger logger = LogManager.getLogger("PlutosCoffeeMod");
public static final int MOD_VERSION = 8;
public static final int MOD_VERSION = 9;

private static boolean loadLaterDone = false;

Expand Down

0 comments on commit 5bbfbe5

Please sign in to comment.