Removed static updater version number from project

This commit is contained in:
Travis Nickles 2020-04-12 10:17:54 -05:00
parent 0b9b3f40d0
commit cb04fc5309

View File

@ -21,7 +21,6 @@ namespace DS4WinWPF.DS4Forms.ViewModels
} }
public event EventHandler FullTabsEnabledChanged; public event EventHandler FullTabsEnabledChanged;
public const string UPDATER_VERSION = "1.4.1";
public string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe"; public string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe";
} }
} }