[AASBufferFix] Bump version

This commit is contained in:
NotAKidoS 2023-07-06 14:51:41 -05:00
parent 6e447c5cff
commit cf7e19511a
3 changed files with 5 additions and 5 deletions

View file

@ -24,6 +24,6 @@ using System.Reflection;
namespace NAK.AASBufferFix.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.6";
public const string Version = "1.0.7";
public const string Author = "NotAKidoS";
}