From 7aba031bcdda691f6a4ea37aab5efadf8ff5a845 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 18 Apr 2023 03:59:01 -0500 Subject: [PATCH] Update AssemblyInfo.cs --- DesktopVRIK/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopVRIK/Properties/AssemblyInfo.cs b/DesktopVRIK/Properties/AssemblyInfo.cs index 30e3fd2..b1dcf82 100644 --- a/DesktopVRIK/Properties/AssemblyInfo.cs +++ b/DesktopVRIK/Properties/AssemblyInfo.cs @@ -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"; } \ No newline at end of file