Skip to content

Commit 584e64f

Browse files
committed
update major version
1 parent eb4d588 commit 584e64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMD Power Gadget/ProcessorModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ProcessorModel {
5555
AMDRyzenCPUPowerManagementVersion = String(cString: Array(outputStr[0...outputStrCount-1]))
5656

5757
let compatVers = ["0.6.3", "0.6.4", "0.6.5", "0.6.6", "0.7", "0.7.1", "0.7.2"]
58-
let latestMajorVers = ["0.7.1"]
58+
let latestMajorVers = ["0.7.2"]
5959

6060
if !compatVers.contains(AMDRyzenCPUPowerManagementVersion){
6161
alertAndQuit(message: "Your AMDRyzenCPUPowerManagement version is outdated and no longer API compatible. Please use the latest version and start this application again.")

0 commit comments

Comments
 (0)