Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Тоха это пиздец
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Mar 1, 2024
1 parent 3d01b41 commit b21f41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Launcher.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
3. Local dev SS14.Loader launching code.
-->
<TargetFramework>net8.0</TargetFramework>
<Version>0.24.0</Version>
<Version>0.25.1</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion SS14.Launcher/LauncherVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace SS14.Launcher;
public static class LauncherVersion
{
public const string Name = "Marseyloader";
public static Version? Version => MarseyVars.MarseyVersion;
public static Version? Version => typeof(LauncherVersion).Assembly.GetName().Version;
}

0 comments on commit b21f41a

Please sign in to comment.