Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacam committed May 19, 2023
1 parent 7604b82 commit 218389d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameLauncher/GameLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<Platforms>AnyCPU;x86</Platforms>
<Copyright>© Soapbox Race World</Copyright>
<GlobalVersion>2.2.1</GlobalVersion>
<GlobalVersion>2.2.2</GlobalVersion>
<GlobalVersion Condition=" '$(GlobalVersion)' == '' ">2.2.1.$([System.DateTime]::UtcNow.ToString(mmff))</GlobalVersion>
<Version>$(GlobalVersion)</Version>
<AssemblyVersion>$(GlobalVersion)</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion SBRW.Launcher.RunTime/InsiderKit/KitEnabler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class InsiderInfo
/* 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)*/

private static string InsiderBuildNumber { get; set; } = "05-15-23-B";
private static string InsiderBuildNumber { get; set; } = "05-18-23-C";

public static string BuildNumberOnly()
{
Expand Down

0 comments on commit 218389d

Please sign in to comment.