up DH api version 5.0.0 -> 5.1.0

This commit is contained in:
James Seibel
2025-12-23 20:01:06 -06:00
parent 141890556c
commit 802019ff72
@@ -45,7 +45,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 = 5;
/** 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;