From 9ae01dc1f87c46ee50be5ac8c04dc465c2e34240 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Thu, 23 Apr 2026 07:42:21 -0500 Subject: [PATCH] up api version 6.0.0 -> 6.1.0 --- .../main/java/com/seibel/distanthorizons/coreapi/ModInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java index 809eb0e34..0aaf18fd6 100644 --- a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java +++ b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java @@ -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;