Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.54.4439.20231023001742-master-b482936
  • Loading branch information
LtRipley36706 committed Oct 23, 2023
1 parent b482936 commit 4e1dfda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 = "0c81fb2ca72720996868474440bd957b8c955364";
public static string Commit = "b482936d9cf11229544a2f332c0f3300f20b8435";

public static string Version = "1.54";
public static string Build = "4438";
public static string Build = "4439";

public static int BuildYear = 2023;
public static int BuildMonth = 09;
public static int BuildDay = 24;
public static int BuildHour = 06;
public static int BuildMinute = 59;
public static int BuildSecond = 07;
public static int BuildMonth = 10;
public static int BuildDay = 23;
public static int BuildHour = 00;
public static int BuildMinute = 17;
public static int BuildSecond = 42;
}
}

0 comments on commit 4e1dfda

Please sign in to comment.