Up version number 2.2.0 -> 2.2.1-dev

This commit is contained in:
James Seibel
2024-08-20 19:16:18 -05:00
parent e71e8d1966
commit 48d1005be6
@@ -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.2.0-a";
public static final String VERSION = "2.2.1-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");