mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
[ci skip] Updating ServerBuildInfo_Dynamic.cs
1.50.4335.20230426170324-master-5f4313c
This commit is contained in:
parent
5f4313cee5
commit
98103dace5
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 = "0bb4b0083d899ae6b4d93b56709ceb8cf6c74bea";
|
||||
public static string Commit = "5f4313cee54d47ce0fe04e22bee901946d921a3d";
|
||||
|
||||
public static string Version = "1.50";
|
||||
public static string Build = "4334";
|
||||
public static string Build = "4335";
|
||||
|
||||
public static int BuildYear = 2023;
|
||||
public static int BuildMonth = 04;
|
||||
public static int BuildDay = 17;
|
||||
public static int BuildHour = 18;
|
||||
public static int BuildMinute = 07;
|
||||
public static int BuildSecond = 39;
|
||||
public static int BuildDay = 26;
|
||||
public static int BuildHour = 17;
|
||||
public static int BuildMinute = 03;
|
||||
public static int BuildSecond = 24;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue