up api version 6.0.0 -> 6.1.0

This commit is contained in:
James Seibel
2026-04-23 07:42:21 -05:00
parent 40efc5cbf3
commit 9ae01dc1f8
@@ -50,7 +50,7 @@ public final class ModInfo
/** This version should only be updated when breaking changes are introduced to the DH API */
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 = 0;
public static final int API_MINOR_VERSION = 1;
/** This version should be updated whenever non-breaking fixes are added to the DH API */
public static final int API_PATCH_VERSION = 0;