Skip to content

Commit

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

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

public static int BuildYear = 2022;
public static int BuildMonth = 02;
public static int BuildDay = 10;
public static int BuildHour = 05;
public static int BuildMinute = 38;
public static int BuildSecond = 58;
public static int BuildMinute = 42;
public static int BuildSecond = 54;
}
}

0 comments on commit 16839b2

Please sign in to comment.