This commit is contained in:
NotAKidoS 2023-03-28 23:12:03 -05:00
parent 42b068bd80
commit 96684582bb
2 changed files with 5 additions and 5 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.2";
public const string Version = "4.1.0";
public const string Author = "NotAKidoS";
}