ASTExtension: Fixes for 2025r178

This commit is contained in:
NotAKidoS 2025-01-15 16:41:37 -06:00
parent 1282b2ca48
commit 621321c498
2 changed files with 5 additions and 5 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ASTExtension.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.1";
public const string Version = "1.0.2";
public const string Author = "NotAKidoS";
}