Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.58.4486.20240131184106-master-7353c29
  • Loading branch information
LtRipley36706 committed Jan 31, 2024
1 parent 7353c29 commit ee0f118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "2f26bb64e984046ccacb22a39187de14995f7b6a";
public static string Commit = "7353c29b660aedbbdbc81a1d8c23094970ca5171";

public static string Version = "1.58";
public static string Build = "4485";
public static string Build = "4486";

public static int BuildYear = 2024;
public static int BuildMonth = 01;
public static int BuildDay = 31;
public static int BuildHour = 18;
public static int BuildMinute = 28;
public static int BuildSecond = 11;
public static int BuildMinute = 41;
public static int BuildSecond = 06;
}
}

0 comments on commit ee0f118

Please sign in to comment.