up version number 3.0.3 -> 3.0.4

This commit is contained in:
James Seibel
2026-05-04 07:41:32 -05:00
parent b592012ba8
commit b674f49600
@@ -43,7 +43,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 = "3.0.3-b";
public static final String VERSION = "3.0.4-b-dev";
/** Returns true if the current build is an unstable developer build, false otherwise. */
public static final boolean IS_DEV_BUILD = VERSION.toLowerCase().contains("dev");