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

Commit

Permalink
v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed May 23, 2024
1 parent 8706e99 commit 6f6178d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Marsey/Config/MarseyVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Marsey.Config;
public static class MarseyVars
{
// TODO: Kill this
public static readonly Version MarseyVersion = new Version("2.17.0");
public static readonly Version MarseyVersion = new Version("2.17.1");

public static readonly string EnabledPatchListFileName = "patches.marsey";

Expand Down
1 change: 1 addition & 0 deletions Marsey/Marsey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AssemblyVersion>2.17.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6f6178d

Please sign in to comment.