Skip to content

Commit

Permalink
chore(api): add API version 2.19
Browse files Browse the repository at this point in the history
This carves out a 2.19 API version that will contain updated tip overlap
data.

Closes EXEC-452
  • Loading branch information
sfoster1 committed May 31, 2024
1 parent 2afa859 commit 41fff01
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, 18)
MAX_SUPPORTED_VERSION = APIVersion(2, 19)
"""The maximum supported protocol API version in this release."""

MIN_SUPPORTED_VERSION = APIVersion(2, 0)
Expand Down

0 comments on commit 41fff01

Please sign in to comment.