default value got me again

This commit is contained in:
NotAKidoS 2023-01-27 05:16:19 -06:00
parent b9d48d0b11
commit 69522cc029
3 changed files with 14 additions and 9 deletions

View file

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