Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and vers…
Browse files Browse the repository at this point in the history
…ion information
  • Loading branch information
LtRipley36706 committed Apr 5, 2020
1 parent 62c648b commit 67ca75f
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 = "0c627cf889b671fb03586e7031be7436c1e77a1e";
public static string Commit = "62c648bfe6e55ed741d0641068e83a26e453d6ba";

public static string Version = "1.2";
public static string Build = "3278";
public static string Build = "3280";

public static int BuildYear = 2020;
public static int BuildMonth = 04;
public static int BuildDay = 05;
public static int BuildHour = 18;
public static int BuildMinute = 28;
public static int BuildSecond = 28;
public static int BuildHour = 20;
public static int BuildMinute = 40;
public static int BuildSecond = 36;
}
}

0 comments on commit 67ca75f

Please sign in to comment.