From bba7f34d463770761f75e77108fe631ef2f32137 Mon Sep 17 00:00:00 2001 From: jas35484 Date: Mon, 17 Jan 2022 20:33:00 -0600 Subject: [PATCH] Add the minor version number 1.6a -> 1.6.0a Why do I always remember these things after I have done all of them? --- src/main/java/com/seibel/lod/core/ModInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/ModInfo.java b/src/main/java/com/seibel/lod/core/ModInfo.java index b94799afd..82b46cfef 100644 --- a/src/main/java/com/seibel/lod/core/ModInfo.java +++ b/src/main/java/com/seibel/lod/core/ModInfo.java @@ -38,5 +38,5 @@ public final class ModInfo /** Human readable version of NAME */ public static final String READABLE_NAME = "Distant Horizons"; public static final String API = "LodAPI"; - public static final String VERSION = "1.6a-pre"; + public static final String VERSION = "1.6.0a-pre"; } \ No newline at end of file