Skip to content

Commit

Permalink
[patch] Hotfix invalid version
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 30, 2023
1 parent bb6e9e2 commit d11c5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class qBitManager:
min_supported_version = VersionClass("4.3.9")
soft_not_supported_supported_version = VersionClass("4.5.x")
soft_not_supported_supported_version = VersionClass("4.5")
max_supported_version = VersionClass("4.5.5")
_head_less_mode = False

Expand Down

0 comments on commit d11c5a4

Please sign in to comment.