Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Updated ModIOVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
modio-jackson committed Jun 15, 2021
1 parent 224a8ee commit 803f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/ModIOVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public struct ModIOVersion : System.IComparable<ModIOVersion>
{
// ---------[ Singleton ]---------
/// <summary>Singleton instance for current version.</summary>
public static readonly ModIOVersion Current = new ModIOVersion(2, 3, 2);
public static readonly ModIOVersion Current = new ModIOVersion(2, 3, 3);

// ---------[ Fields ]---------
/// <summary>Major version number.</summary>
Expand Down

0 comments on commit 803f202

Please sign in to comment.