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

Commit

Permalink
v2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed May 19, 2024
1 parent cd50352 commit 4fe90e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Marsey/Config/MarseyVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ namespace Marsey.Config;
/// </summary>
public static class MarseyVars
{
/// <summary>
/// Due to the nature of how Marseyloader is compiled (its not) we cannot check its version
/// Almost as if this variable is a consequence of having the project included rather than referenced
/// </summary>
public static readonly Version MarseyVersion = new Version("2.12.7");
// TODO: Kill this
public static readonly Version MarseyVersion = new Version("2.17.0");

/// <summary>
/// Default MarseyAPI endpoint url
Expand Down

0 comments on commit 4fe90e0

Please sign in to comment.