Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.66.4629.20250115015806-master-4f9d1cf
  • Loading branch information
LtRipley36706 committed Jan 15, 2025
1 parent 4f9d1cf commit 275ba57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 = "b51e52e4e570751eab863bad5525d0b786ed07b4";
public static string Commit = "4f9d1cf0adce8ab660c693957f53e15e72da91b0";

public static string Version = "1.66";
public static string Build = "4624";
public static string Build = "4629";

public static int BuildYear = 2024;
public static int BuildMonth = 12;
public static int BuildDay = 18;
public static int BuildHour = 17;
public static int BuildMinute = 28;
public static int BuildSecond = 43;
public static int BuildYear = 2025;
public static int BuildMonth = 01;
public static int BuildDay = 15;
public static int BuildHour = 01;
public static int BuildMinute = 58;
public static int BuildSecond = 06;
}
}

0 comments on commit 275ba57

Please sign in to comment.