diff --git a/WindowsPerfGUI/Utils/WperfDefaults.cs b/WindowsPerfGUI/Utils/WperfDefaults.cs index c81cd2e..94df6b3 100644 --- a/WindowsPerfGUI/Utils/WperfDefaults.cs +++ b/WindowsPerfGUI/Utils/WperfDefaults.cs @@ -32,7 +32,7 @@ namespace WindowsPerfGUI.Utils { static class WperfDefaults { - public const string WPERF_MIN_VERSION = "3.8.0"; + public const string WPERF_MIN_VERSION = "4.0.0"; public static bool HasSPESupport = false; public static string SPEFeatureName = ""; #nullable enable