Update AssemblyInfo.cs

This commit is contained in:
NotAKidoS 2023-03-29 04:01:18 -05:00
parent 04d9152d9c
commit 193ac760ab

View file

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