[LazyPrune] youll never imagine, but it wasnt even pruning lol

This commit is contained in:
NotAKidoS 2024-06-05 20:02:30 -05:00
parent 287ea5d0df
commit 29d9f2e8c7
3 changed files with 41 additions and 26 deletions

View file

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