From 436a2a952db89f450443ca3dbd25c6c59536d36f Mon Sep 17 00:00:00 2001 From: Michael Ripley Date: Fri, 2 Sep 2022 23:11:52 -0500 Subject: [PATCH] 1.12.3 --- NeosModLoader/ModLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeosModLoader/ModLoader.cs b/NeosModLoader/ModLoader.cs index 4c9824b..985e936 100644 --- a/NeosModLoader/ModLoader.cs +++ b/NeosModLoader/ModLoader.cs @@ -10,7 +10,7 @@ namespace NeosModLoader { public class ModLoader { - internal const string VERSION_CONSTANT = "1.12.2"; + internal const string VERSION_CONSTANT = "1.12.3"; /// /// NeosModLoader's version ///