Skip to content

Commit c34aed7

Browse files
authored
chore(api): add API version 2.19 (#15302)
This carves out a 2.19 API version that will contain updated tip overlap data. Closes EXEC-452
1 parent 2afa859 commit c34aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/protocols/api_support/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .types import APIVersion
22

3-
MAX_SUPPORTED_VERSION = APIVersion(2, 18)
3+
MAX_SUPPORTED_VERSION = APIVersion(2, 19)
44
"""The maximum supported protocol API version in this release."""
55

66
MIN_SUPPORTED_VERSION = APIVersion(2, 0)

0 commit comments

Comments
 (0)