Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.55.4446.20231117071428-master-47b7373
  • Loading branch information
LtRipley36706 committed Nov 17, 2023
1 parent 47b7373 commit 6bca0b8
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 = "6a43d62532e8aeaf5230b6dbc4f0be14063ead60";
public static string Commit = "47b73739514494d0047cf8a0207844232cc3fe77";

public static string Version = "1.55";
public static string Build = "4441";
public static string Build = "4446";

public static int BuildYear = 2023;
public static int BuildMonth = 10;
public static int BuildDay = 25;
public static int BuildHour = 06;
public static int BuildMinute = 19;
public static int BuildSecond = 25;
public static int BuildMonth = 11;
public static int BuildDay = 17;
public static int BuildHour = 07;
public static int BuildMinute = 14;
public static int BuildSecond = 28;
}
}

0 comments on commit 6bca0b8

Please sign in to comment.