Skip to content

Commit

Permalink
Forgot to bump version in the gadget. Whoops!
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Sep 13, 2023
1 parent 1b09174 commit b0a3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadeonGadget/RadeonModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RadeonModel {
init() {
if !self.initDriver() { self.alert("Please download RadeonSensor from the release page", critical: true) }

let gadgetVersion = (1, 1)
let gadgetVersion = (1, 2)
let kextVersion = self.getKextVersion()
if kextVersion.1 < gadgetVersion.1 || kextVersion.0 != gadgetVersion.0 {
self.alert("Your RadeonSensor is incompatible with this version of RadeonGadget", critical: true)
Expand Down

0 comments on commit b0a3873

Please sign in to comment.