Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.37.4169.20220210053858-master-9183510
  • Loading branch information
LtRipley36706 committed Feb 10, 2022
1 parent 9183510 commit 692e32e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = "9dad7c222c4337acfa311261ca52c8b1feb9ac47";
public static string Commit = "918351082df4dd216780eae4abcb8cb336760c66";

public static string Version = "1.37";
public static string Build = "4168";
public static string Build = "4169";

public static int BuildYear = 2022;
public static int BuildMonth = 02;
public static int BuildDay = 08;
public static int BuildDay = 10;
public static int BuildHour = 05;
public static int BuildMinute = 03;
public static int BuildSecond = 56;
public static int BuildMinute = 38;
public static int BuildSecond = 58;
}
}

0 comments on commit 692e32e

Please sign in to comment.