You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: step-generation/src/utils/pythonFileUtils.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ import type {
48
48
WasteChuteEntities,
49
49
}from'../types'
50
50
51
-
exportconstPAPI_VERSION='2.28'// latest version from api/src/opentrons/protocols/api_support/definitions.py from the RS release branch
51
+
exportconstPAPI_VERSION='2.28'// latest version that we need from api/src/opentrons/protocols/api_support/definitions.py, might not be the actual latest version
52
52
exportconstPD_APPLICATION_VERSION='8.8.0'// latest PD version to insert into DESIGNER_APPLICATION blob
0 commit comments