Update ExplorerCore.cs

This commit is contained in:
sinaioutlander 2020-10-28 20:49:53 +11:00
parent 626e680510
commit 4263cef26a

View File

@ -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";