Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.56.4462.20231221194446-master-fd13097
  • Loading branch information
LtRipley36706 committed Dec 21, 2023
1 parent fd13097 commit c0a1793
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 = "7eadaa5bd21ed2922f093b7472703a3a0e038bef";
public static string Commit = "fd1309772194c6fc67c45883be59771b948e70c7";

public static string Version = "1.55";
public static string Build = "4461";
public static string Version = "1.56";
public static string Build = "4462";

public static int BuildYear = 2023;
public static int BuildMonth = 12;
public static int BuildDay = 21;
public static int BuildHour = 19;
public static int BuildMinute = 36;
public static int BuildSecond = 42;
public static int BuildMinute = 44;
public static int BuildSecond = 46;
}
}

0 comments on commit c0a1793

Please sign in to comment.