Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.60.4529.20240424173220-master-47f23e2
  • Loading branch information
LtRipley36706 committed Apr 24, 2024
1 parent 47f23e2 commit 1891566
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 = "aeae3efc2948ff72f2aa5e17cd8b6d19de702a07";
public static string Commit = "47f23e20147f573dd9847af77fccdc6059c49b9b";

public static string Version = "1.60";
public static string Build = "4528";
public static string Build = "4529";

public static int BuildYear = 2024;
public static int BuildMonth = 04;
public static int BuildDay = 23;
public static int BuildHour = 15;
public static int BuildMinute = 24;
public static int BuildSecond = 28;
public static int BuildDay = 24;
public static int BuildHour = 17;
public static int BuildMinute = 32;
public static int BuildSecond = 20;
}
}

0 comments on commit 1891566

Please sign in to comment.