Update AssemblyInfo.cs

This commit is contained in:
NotAKidoS 2023-03-29 16:42:47 -05:00
parent 9368db6bf1
commit 34df5c667c

View file

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