This commit is contained in:
milimoe 2024-03-21 00:41:58 +08:00
parent e16b7b6b9e
commit 4fb0f50ffb
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -3,7 +3,7 @@
public class OSMCore
{
public const string version = "v1.0";
public const string version2 = "EA Beta6";
public const string version2 = "Release";
public const string time = "Mar. 21st, 2024";
public static string Info => $"OSM Core {version} {version2}\r\nAuthor: Milimoe\r\nBuilt on {time}\r\nSee: https://github.com/milimoe";