Skip to content

Commit

Permalink
Bump version manually to 2.4.1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobibodamer authored Oct 19, 2024
1 parent 41e18a1 commit 512f2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion H2MLauncher.Core/Services/LauncherService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public sealed class LauncherService

// IMPORTANT: Set this to the same pre-release label used in GitHub
// (appended like '-beta') or empty when this is a normal release!
public static readonly string CurrentPreReleaseLabel = "beta";
public static readonly string CurrentPreReleaseLabel = "";
public static string CurrentVersion
{
get
Expand Down
4 changes: 2 additions & 2 deletions H2MLauncher.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: AssemblyVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyTitle("Better H2M-Launcher")]
[assembly: SupportedOSPlatform("windows")]

0 comments on commit 512f2e8

Please sign in to comment.