update the version number to a1.5.2

This commit is contained in:
James Seibel
2021-10-26 19:26:23 -05:00
parent 4ad081e0c6
commit 9b389332be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ public final class ModInfo
/** Human readable version of MOD_NAME */
public static final String READABLE_NAME = "Distant Horizons";
public static final String API = "LodAPI";
public static final String VERSION = "a1.5.1";
public static final String VERSION = "a1.5.2";
}