losing it

This commit is contained in:
NotAKidoS 2023-02-15 05:21:03 -06:00
parent d15b446960
commit 0b035646d1
4 changed files with 24 additions and 18 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.2.2";
public const string Version = "4.2.3";
public const string Author = "NotAKidoS";
}