mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
[ci skip] Updating ServerBuildInfo_Dynamic.cs
1.22.3869.20210301011156-master-41fb1b5
This commit is contained in:
parent
41fb1b5e39
commit
efef904444
1 changed files with 4 additions and 4 deletions
|
|
@ -4,17 +4,17 @@ namespace ACE.Server
|
|||
public static partial class ServerBuildInfo
|
||||
{
|
||||
public static string Branch = "master";
|
||||
public static string Commit = "64e7ef51c777ff941074ba82d6b640cd1ff6ba5c";
|
||||
public static string Commit = "41fb1b5e39a8dcbd1fb25cdf59e60443387c1f77";
|
||||
|
||||
public static string Version = "1.22";
|
||||
public static string Build = "3865";
|
||||
public static string Build = "3869";
|
||||
|
||||
public static int BuildYear = 2021;
|
||||
public static int BuildMonth = 03;
|
||||
public static int BuildDay = 01;
|
||||
public static int BuildHour = 01;
|
||||
public static int BuildMinute = 00;
|
||||
public static int BuildSecond = 09;
|
||||
public static int BuildMinute = 11;
|
||||
public static int BuildSecond = 56;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue