Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.22.3879.20210311051249-master-55296b0
  • Loading branch information
LtRipley36706 committed Mar 11, 2021
1 parent 55296b0 commit 3d4ccb6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 = "d9ba258d43fbdf1a52cc631af9c37eef4dfbca11";
public static string Commit = "55296b0dc99e1c5223d6a9e5af4d4021bd6dd27e";

public static string Version = "1.22";
public static string Build = "3876";
public static string Build = "3879";

public static int BuildYear = 2021;
public static int BuildMonth = 03;
public static int BuildDay = 10;
public static int BuildHour = 10;
public static int BuildMinute = 38;
public static int BuildSecond = 05;
public static int BuildDay = 11;
public static int BuildHour = 05;
public static int BuildMinute = 12;
public static int BuildSecond = 49;
}
}

0 comments on commit 3d4ccb6

Please sign in to comment.