Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit d7bfdf7

Browse files
committed
Fix build number
1 parent 4240858 commit d7bfdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/me3tweaks/modmanager/ModManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public class ModManager {
3939
public static boolean IS_DEBUG = false;
4040
public static final String VERSION = "5.1.7";
41-
public static long BUILD_NUMBER = 96L;
41+
public static long BUILD_NUMBER = 95L;
4242
public static final String BUILD_DATE = "10/05/2019";
4343
public static final String SETTINGS_FILENAME = "me3cmm.ini";
4444
public static DebugLogger debugLogger;

0 commit comments

Comments
 (0)