Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.13.3692.20201018174922-master-ed11d6a
  • Loading branch information
LtRipley36706 committed Oct 18, 2020
1 parent ed11d6a commit d67a245
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 = "ec9284ba1e4ff7b121f3f7912fec1ae59a1d577b";
public static string Commit = "ed11d6ad726157127a074f72146b8a46872bb0a9";

public static string Version = "1.13";
public static string Build = "3691";
public static string Build = "3692";

public static int BuildYear = 2020;
public static int BuildMonth = 10;
public static int BuildDay = 18;
public static int BuildHour = 09;
public static int BuildMinute = 47;
public static int BuildSecond = 39;
public static int BuildHour = 17;
public static int BuildMinute = 49;
public static int BuildSecond = 22;
}
}

0 comments on commit d67a245

Please sign in to comment.