This commit is contained in:
NotAKidoS 2023-02-17 06:32:30 -06:00
parent 5984d68495
commit 4ca30fe5cd
2 changed files with 5 additions and 5 deletions

View file

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