Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.31.4085.20211019013340-master-880c031
  • Loading branch information
LtRipley36706 committed Oct 19, 2021
1 parent 880c031 commit 5c75bb5
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 = "046ec2df0e34cd1ebf3a537b482a56ce24a6d815";
public static string Commit = "880c031102a34bdaba287950c0150ff314b725b6";

public static string Version = "1.31";
public static string Build = "4084";
public static string Build = "4085";

public static int BuildYear = 2021;
public static int BuildMonth = 10;
public static int BuildDay = 19;
public static int BuildHour = 01;
public static int BuildMinute = 14;
public static int BuildSecond = 31;
public static int BuildMinute = 33;
public static int BuildSecond = 40;
}
}

0 comments on commit 5c75bb5

Please sign in to comment.