[LazyPrune] Bump

This commit is contained in:
NotAKidoS 2024-06-04 12:20:55 -05:00
parent 6f53193a0c
commit 3e2dd0c108
2 changed files with 5 additions and 5 deletions

View file

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