From 59c5b13a055332b42bdf235edadb5c0aa4464aad Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 5 Oct 2020 20:25:51 +1100 Subject: [PATCH] 1.8.3.1 --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 8966908..f1828f7 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -5,7 +5,7 @@ namespace Explorer public class ExplorerCore { public const string NAME = "Explorer (" + PLATFORM + ", " + MODLOADER + ")"; - public const string VERSION = "1.8.3"; + public const string VERSION = "1.8.3.1"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.explorer";