up the api version 5.1.0 -> 6.0.0

This commit is contained in:
James Seibel
2026-02-03 07:05:50 -06:00
parent 40351d1894
commit b0624c8714
@@ -43,9 +43,9 @@ public final class ModInfo
public static final boolean IS_DEV_BUILD = VERSION.toLowerCase().contains("dev");
/** This version should only be updated when breaking changes are introduced to the DH API */
public static final int API_MAJOR_VERSION = 5;
public static final int API_MAJOR_VERSION = 6;
/** This version should be updated whenever new methods are added to the DH API */
public static final int API_MINOR_VERSION = 1;
public static final int API_MINOR_VERSION = 0;
/** This version should be updated whenever non-breaking fixes are added to the DH API */
public static final int API_PATCH_VERSION = 0;