Update AssemblyInfo.cs

This commit is contained in:
NotAKidoS 2023-04-18 03:59:01 -05:00
parent 1921c7b782
commit 7aba031bcd

View file

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