This commit is contained in:
NotAKidoS 2023-03-16 03:24:21 -05:00
parent 6e2ce8984a
commit c00dd57a77
3 changed files with 5 additions and 5 deletions

View file

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