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

Commit

Permalink
v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed May 24, 2024
1 parent 15528cd commit 9d3ead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1");
public static readonly Version MarseyVersion = new Version("2.17.2");

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

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

<ItemGroup>
Expand Down

0 comments on commit 9d3ead6

Please sign in to comment.