Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.50.4335.20230426170324-master-5f4313c
  • Loading branch information
LtRipley36706 committed Apr 26, 2023
1 parent 5f4313c commit 98103da
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 = "0bb4b0083d899ae6b4d93b56709ceb8cf6c74bea";
public static string Commit = "5f4313cee54d47ce0fe04e22bee901946d921a3d";

public static string Version = "1.50";
public static string Build = "4334";
public static string Build = "4335";

public static int BuildYear = 2023;
public static int BuildMonth = 04;
public static int BuildDay = 17;
public static int BuildHour = 18;
public static int BuildMinute = 07;
public static int BuildSecond = 39;
public static int BuildDay = 26;
public static int BuildHour = 17;
public static int BuildMinute = 03;
public static int BuildSecond = 24;
}
}

0 comments on commit 98103da

Please sign in to comment.