Skip to content

Commit

Permalink
Update BuildInformation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCarbon committed Aug 30, 2024
1 parent 9ddfb3f commit 486d0c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SBRW.Launcher.RunTime/InsiderKit/BuildInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ public class BuildInformation
{
/* Current month, day, year (2 digits), and letter! Ex: 12-15-20-A */
/* If a second build gets release within the same day bump letter version up (No R2 or D2)*/
const string DATE = "06-29-2024";
const string DATE_SHORT = "06-29-24";
const string TIME = "0213";
const string TIME_SECONDS = "32";
const string DATE = "08-30-2024";
const string DATE_SHORT = "08-30-24";
const string TIME = "0232";
const string TIME_SECONDS = "53";
const string TIME_ZONE = "-07:00";
/// <summary>
/// Build Information <i>(Full Information)</i>
Expand Down

0 comments on commit 486d0c0

Please sign in to comment.