mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
[ci skip] Updating ServerBuildInfo_Dynamic.cs
1.33.4113.20211117172209-master-9ae7b67
This commit is contained in:
parent
eebeb05f7c
commit
b051129b55
1 changed files with 6 additions and 6 deletions
|
|
@ -4,17 +4,17 @@ namespace ACE.Server
|
|||
public static partial class ServerBuildInfo
|
||||
{
|
||||
public static string Branch = "master";
|
||||
public static string Commit = "b5a9a962c7c2e2548916cc62edd68b7e73332197";
|
||||
public static string Commit = "9ae7b67da652e597baca70bd41159fbee7176af8";
|
||||
|
||||
public static string Version = "1.33";
|
||||
public static string Build = "4111";
|
||||
public static string Build = "4113";
|
||||
|
||||
public static int BuildYear = 2021;
|
||||
public static int BuildMonth = 11;
|
||||
public static int BuildDay = 08;
|
||||
public static int BuildHour = 23;
|
||||
public static int BuildMinute = 47;
|
||||
public static int BuildSecond = 27;
|
||||
public static int BuildDay = 17;
|
||||
public static int BuildHour = 17;
|
||||
public static int BuildMinute = 22;
|
||||
public static int BuildSecond = 09;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue