From 7c85969085186bd053ecc579d998c9ce9d607147 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Sat, 24 Oct 2020 15:46:11 +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 7e80d10..13f72ca 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.7"; + public const string VERSION = "2.0.8"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.explorer";