Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.55.4454.20231128161918-master-ea48116
  • Loading branch information
LtRipley36706 committed Nov 28, 2023
1 parent ea48116 commit b2f0381
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/ACE.Server/ServerBuildInfo_Dynamic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ namespace ACE.Server
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "f78c3ce189384b943005b33fea95bd57e9438e85";
public static string Commit = "ea48116e67ab5e942ea344487827c6604ae9230c";

public static string Version = "1.55";
public static string Build = "4452";
public static string Build = "4454";

public static int BuildYear = 2023;
public static int BuildMonth = 11;
public static int BuildDay = 26;
public static int BuildHour = 21;
public static int BuildMinute = 51;
public static int BuildSecond = 28;
public static int BuildDay = 28;
public static int BuildHour = 16;
public static int BuildMinute = 19;
public static int BuildSecond = 18;
}
}

0 comments on commit b2f0381

Please sign in to comment.