This commit is contained in:
NotAKidoS 2023-04-16 21:31:16 -05:00
parent 7d2f8b2a48
commit 5c5133b2be
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.1.5";
public const string Version = "4.1.6";
public const string Author = "NotAKidoS";
}