Skip to content

Commit 9a69e16

Browse files
committed
Bump supported schema version
1 parent 18fc55f commit 9a69e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/cwl_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def GetServiceInfo(self):
127127
"workflow_type_versions": {
128128
"CWL": ["v1.0"]
129129
},
130-
"supported_wes_versions": "0.2.0",
130+
"supported_wes_versions": "0.3.0",
131131
"supported_filesystem_protocols": ["file"],
132132
"engine_versions": "cwl-runner",
133133
"system_state_counts": {},

0 commit comments

Comments
 (0)