We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afa859 commit c34aed7Copy full SHA for c34aed7
api/src/opentrons/protocols/api_support/definitions.py
@@ -1,6 +1,6 @@
1
from .types import APIVersion
2
3
-MAX_SUPPORTED_VERSION = APIVersion(2, 18)
+MAX_SUPPORTED_VERSION = APIVersion(2, 19)
4
"""The maximum supported protocol API version in this release."""
5
6
MIN_SUPPORTED_VERSION = APIVersion(2, 0)
0 commit comments