Job Removal

This commit is contained in:
NotAKidoS 2023-03-16 01:34:46 -05:00
parent 1ce18e6aa6
commit a5fa241fb1
8 changed files with 94 additions and 47 deletions

View file

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