Skip to content

Commit

Permalink
[ci skip] Updating ServerBuildInfo_Dynamic.cs
Browse files Browse the repository at this point in the history
1.62.4590.20240814040303-master-3bb0e2a
  • Loading branch information
LtRipley36706 committed Aug 14, 2024
1 parent 3bb0e2a commit 42ce3a0
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 = "722d354bc2ae71592af9071e82d0701acc24f508";
public static string Commit = "3bb0e2a6d2df7217b159065e948a7fd2cded1c7e";

public static string Version = "1.62";
public static string Build = "4589";
public static string Build = "4590";

public static int BuildYear = 2024;
public static int BuildMonth = 08;
public static int BuildDay = 13;
public static int BuildHour = 19;
public static int BuildMinute = 00;
public static int BuildSecond = 01;
public static int BuildDay = 14;
public static int BuildHour = 04;
public static int BuildMinute = 03;
public static int BuildSecond = 03;
}
}

0 comments on commit 42ce3a0

Please sign in to comment.