Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.51.4407.20230714230441-master-14e3a13
  • Loading branch information
LtRipley36706 committed Jul 14, 2023
1 parent 14e3a13 commit 027444f
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 = "5ea1bc55a13d5917d46f10fa7f18cb106f1e3777";
public static string Commit = "14e3a13c2c22ffe7d0b998dba763840cba6782ab";

public static string Version = "1.51";
public static string Build = "4406";
public static string Build = "4407";

public static int BuildYear = 2023;
public static int BuildMonth = 07;
public static int BuildDay = 03;
public static int BuildDay = 14;
public static int BuildHour = 23;
public static int BuildMinute = 48;
public static int BuildSecond = 15;
public static int BuildMinute = 04;
public static int BuildSecond = 41;
}
}

0 comments on commit 027444f

Please sign in to comment.