Skip to content

Commit

Permalink
correct definition version
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Jan 14, 2025
1 parent 65ed2ec commit 6546184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocols/api_support/definitions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .types import APIVersion

MAX_SUPPORTED_VERSION = APIVersion(2, 23)
MAX_SUPPORTED_VERSION = APIVersion(2, 22)
"""The maximum supported protocol API version in this release."""

MIN_SUPPORTED_VERSION = APIVersion(2, 0)
Expand Down

0 comments on commit 6546184

Please sign in to comment.