up the version number from 1.7.0 -> 2.0.0

This commit is contained in:
James Seibel
2023-02-13 20:26:48 -06:00
parent 6ff1d92ce1
commit 4697f942e2
@@ -35,7 +35,7 @@ public final class ModInfo
public static final String NAME = "DistantHorizons";
/** Human-readable version of NAME */
public static final String READABLE_NAME = "Distant Horizons";
public static final String VERSION = "1.7.0-a-dev";
public static final String VERSION = "2.0.0-a-dev";
/** Returns true if the current build is an unstable developer build, false otherwise. */
public static boolean IS_DEV_BUILD = VERSION.toLowerCase().contains("dev");