This commit is contained in:
NotAKidoS 2023-01-14 01:32:14 -06:00
parent 06dc5cec08
commit 6c3a1797b5
2 changed files with 4 additions and 4 deletions

View file

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