Skip to content

Commit

Permalink
chore: bump min server version to 1.10.0
Browse files Browse the repository at this point in the history
This is not technically necessary, but the dev team wants to ensure that users are running on the latest versions of everything.

Relates to JIRA: DISCOVERY-795
  • Loading branch information
infinitewarp committed Sep 25, 2024
1 parent 861b538 commit 1bd2ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

LOG_LEVEL_INFO = 0

QPC_MIN_SERVER_VERSION = "1.8.0"
QPC_MIN_SERVER_VERSION = "1.10.0"

logging.captureWarnings(True)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 1bd2ccd

Please sign in to comment.