Add the minor version number 1.6a -> 1.6.0a

Why do I always remember these things after I have done all of them?
This commit is contained in:
jas35484
2022-01-17 20:33:00 -06:00
parent ade5500c6d
commit bba7f34d46
@@ -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";
}