chore: 4.3.11 -> 4.3.12 version bump

This commit is contained in:
WinDanesz
2023-10-16 23:19:45 +02:00
parent 0a0a08d220
commit 01a9d8c075
4 changed files with 5 additions and 5 deletions
@@ -82,7 +82,7 @@ public class Wizardry {
* 1.x.x represents Minecraft 1.7.x versions, 2.x.x represents Minecraft 1.10.x versions, 3.x.x represents Minecraft
* 1.11.x versions, and so on.
*/
public static final String VERSION = "4.3.11";
public static final String VERSION = "4.3.12";
/**
* Json file used by Forge's built-in <a href="https://mcforge.readthedocs.io/en/1.12.x/gettingstarted/autoupdate/">update checker</a>.