Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.24.3899.20210413181124-master-5a3191f
  • Loading branch information
LtRipley36706 committed Apr 13, 2021
1 parent 5a3191f commit 2afc81f
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 = "4e46189ac9a2e2882abf5ccb4c26745cc5f40bac";
public static string Commit = "5a3191f8961c79e02c774e811ecb24f134d62e2c";

public static string Version = "1.23";
public static string Build = "3898";
public static string Version = "1.24";
public static string Build = "3899";

public static int BuildYear = 2021;
public static int BuildMonth = 04;
public static int BuildDay = 13;
public static int BuildHour = 18;
public static int BuildMinute = 02;
public static int BuildSecond = 08;
public static int BuildMinute = 11;
public static int BuildSecond = 24;
}
}

0 comments on commit 2afc81f

Please sign in to comment.