Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.25.3941.20210603233450-master-0ef8cf0
  • Loading branch information
LtRipley36706 committed Jun 3, 2021
1 parent 0ef8cf0 commit f752814
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 = "8899c0f562ab6210be76a087ea3c5fcd11a2801f";
public static string Commit = "0ef8cf0525259df8e5a39e9913ec925df285fac4";

public static string Version = "1.25";
public static string Build = "3940";
public static string Build = "3941";

public static int BuildYear = 2021;
public static int BuildMonth = 05;
public static int BuildDay = 30;
public static int BuildHour = 17;
public static int BuildMinute = 04;
public static int BuildSecond = 01;
public static int BuildMonth = 06;
public static int BuildDay = 03;
public static int BuildHour = 23;
public static int BuildMinute = 34;
public static int BuildSecond = 50;
}
}

0 comments on commit f752814

Please sign in to comment.