This commit is contained in:
milimoe 2024-04-11 23:05:24 +08:00
parent 5c7c236e8a
commit d61de47887
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -3,8 +3,8 @@
public class OSMCore
{
public const string version = "v1.0";
public const string version2 = "Patch2 Test2";
public const string time = "Apr. 1st, 2024";
public const string version2 = "Patch2";
public const string time = "Apr. 11st, 2024";
public static string Info => $"OSM Core {version} {version2}\r\nAuthor: Milimoe\r\nBuilt on {time}\r\nSee: https://github.com/milimoe";
}