diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-29 10:24:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 20:24:43 +1100 |
commit | d597c6d2b926562f37c66e93315ef9fe0df29767 (patch) | |
tree | b4c08cefb4c39e093539d5995aeec10842b38ce5 | |
parent | 4f7d5228a58005bc6866ae6b0ad090c4b69a8506 (diff) | |
download | NotEnoughUpdates-d597c6d2b926562f37c66e93315ef9fe0df29767.tar.gz NotEnoughUpdates-d597c6d2b926562f37c66e93315ef9fe0df29767.tar.bz2 NotEnoughUpdates-d597c6d2b926562f37c66e93315ef9fe0df29767.zip |
Bump NEU version (#960)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java index f20c5338..8c7e33b7 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java @@ -96,7 +96,7 @@ import java.util.Set; public class NotEnoughUpdates { public static final String MODID = "notenoughupdates"; public static final String VERSION = "2.1.1-PRE"; - public static final int VERSION_ID = 20101; //2.1.1 only so update notif works + public static final int VERSION_ID = 20102; //2.1.1 only so update notif works public static final int PRE_VERSION_ID = 0; public static final int HOTFIX_VERSION_ID = 0; |