This commit is contained in:
NotAKidoS 2023-03-04 20:31:32 -06:00
parent 0fb1649ace
commit 76e4e61fc3
2 changed files with 5 additions and 5 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.5";
public const string Version = "4.2.6";
public const string Author = "NotAKidoS";
}