quick cleanin

This commit is contained in:
NotAKidoS 2023-01-14 01:15:32 -06:00
parent e6f10f1d79
commit 997d1d8d41
4 changed files with 32 additions and 96 deletions

View file

@ -26,6 +26,6 @@ using System.Reflection;
namespace DesktopVRIK.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.5";
public const string Version = "2.0.0";
public const string Author = "NotAKidoS";
}