Up version number 2.1.3-dev -> 2.2.0

This commit is contained in:
James Seibel
2024-08-19 19:48:52 -05:00
parent 489b3d3ae1
commit e71e8d1966
@@ -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.1.3-a-dev";
public static final String VERSION = "2.2.0-a";
/** Returns true if the current build is an unstable developer build, false otherwise. */
public static boolean IS_DEV_BUILD = VERSION.toLowerCase().contains("dev");