bump vers

This commit is contained in:
NotAKidoS 2023-03-08 21:30:44 -06:00
parent 81a84c125c
commit 5c4bfe4d3f
2 changed files with 4 additions and 4 deletions

View file

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