From 4263cef26affad35465a46195c9d6a83b1618981 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Wed, 28 Oct 2020 20:49:53 +1100 Subject: [PATCH] Update ExplorerCore.cs --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 13f72ca..633c351 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -12,7 +12,7 @@ namespace Explorer public class ExplorerCore { public const string NAME = "Explorer " + VERSION + " (" + PLATFORM + ", " + MODLOADER + ")"; - public const string VERSION = "2.0.8"; + public const string VERSION = "2.0.9"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.explorer";