This commit is contained in:
NotAKidoS 2023-02-18 10:15:48 -06:00
parent dcde01c2a9
commit 25c0b7cffe
2 changed files with 4 additions and 4 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.DesktopVRSwitch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.3.2";
public const string Version = "4.3.4";
public const string Author = "NotAKidoS";
}