This commit is contained in:
NotAKidoS 2023-01-20 03:00:59 -06:00
parent 68716a912d
commit db83ce8348
3 changed files with 2 additions and 21 deletions

View file

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