up api version 6.1.0 -> 6.1.1

This commit is contained in:
James Seibel
2026-05-03 18:20:12 -05:00
parent 40b27335ea
commit 5d1e8a44fd
@@ -52,7 +52,7 @@ public final class ModInfo
/** This version should be updated whenever new methods are added to the DH API */
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;
public static final int API_PATCH_VERSION = 1;
/** If the config file has an older version it'll be re-created from scratch. */
public static final int CONFIG_FILE_VERSION = 4;