This commit is contained in:
NotAKidoS 2023-02-02 22:52:33 -06:00
parent 8897968c2a
commit e0a6e910df
2 changed files with 3 additions and 3 deletions

View file

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