up the version number 2.0.1-a -> 2.0.2-a

This commit is contained in:
James Seibel
2023-12-03 19:13:06 -06:00
parent f32e25f52f
commit b999a321c7
@@ -34,7 +34,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 = "2.0.1-a";
public static final String VERSION = "2.0.2-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");