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

Commit 9d3ead6

Browse files
committed
v2.17.2
1 parent 15528cd commit 9d3ead6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marsey/Config/MarseyVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Marsey.Config;
1010
public static class MarseyVars
1111
{
1212
// TODO: Kill this
13-
public static readonly Version MarseyVersion = new Version("2.17.1");
13+
public static readonly Version MarseyVersion = new Version("2.17.2");
1414

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

Marsey/Marsey.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
8-
<AssemblyVersion>2.17.1</AssemblyVersion>
8+
<AssemblyVersion>2.17.2</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)