Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.66.4624.20241218172843-master-b51e52e
  • Loading branch information
LtRipley36706 committed Dec 18, 2024
1 parent b51e52e commit 62ca5aa
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,16 +4,16 @@ namespace ACE.Server
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "74cce13847e48c391c9a0f6ac2a8bfe16b911381";
public static string Commit = "b51e52e4e570751eab863bad5525d0b786ed07b4";

public static string Version = "1.65";
public static string Build = "4623";
public static string Version = "1.66";
public static string Build = "4624";

public static int BuildYear = 2024;
public static int BuildMonth = 12;
public static int BuildDay = 18;
public static int BuildHour = 17;
public static int BuildMinute = 18;
public static int BuildMinute = 28;
public static int BuildSecond = 43;
}
}
Expand Down

0 comments on commit 62ca5aa

Please sign in to comment.