fix the semantic version number

This commit is contained in:
James Seibel
2022-09-13 07:42:32 -05:00
parent 4d09441399
commit 6e229b86b0
@@ -42,7 +42,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.0a-dev";
public static final String VERSION = "1.7.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");