Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.57.4475.20240111005845-master-74b57b2
  • Loading branch information
LtRipley36706 committed Jan 11, 2024
1 parent 74b57b2 commit 47298c1
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 = "a1debb69f8368f376f02f0dff7acc28546473291";
public static string Commit = "74b57b215c600e480657fc0bbeaeab9f568920d6";

public static string Version = "1.57";
public static string Build = "4474";
public static string Build = "4475";

public static int BuildYear = 2024;
public static int BuildMonth = 01;
public static int BuildDay = 09;
public static int BuildDay = 11;
public static int BuildHour = 00;
public static int BuildMinute = 47;
public static int BuildSecond = 01;
public static int BuildMinute = 58;
public static int BuildSecond = 45;
}
}

0 comments on commit 47298c1

Please sign in to comment.