Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
affederaffe authored Sep 5, 2024
1 parent acbbcce commit 2dbfc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberModManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ internal static class ViewsModule
public static FuncDataTemplate CreateDashboardPageDataTemplate(Lazy<SettingsPage> view) => new(static t => t is SettingsViewModel, (_, _) => view.Value, true);
}

internal const string Version = "0.0.5";
internal const string Version = "0.0.6";

This comment has been minimized.

Copy link
@bblacher

bblacher Sep 5, 2024

Shouldn't it be 0.0.7 now? This way the next release will have the correct version number in the settings menu.


internal const string Product = nameof(BeatSaberModManager);

Expand Down

0 comments on commit 2dbfc7f

Please sign in to comment.