Skip to content

Commit 3c08dc4

Browse files
committed
default to v37
1 parent 0496e09 commit 3c08dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbench/config/defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
$config["defaultApiVersion"] = array(
313313
"label" => "Default API Version",
314314
"description" => "Default API version to be used for login. This setting does not affect the API version of the current session. Recommended to choose latest version. Some features may act unexpectedly when using older versions.",
315-
"default" => "36.0",
315+
"default" => "37.0",
316316
"overrideable" => true,
317317
"dataType" => "picklist",
318318
"valuesToLabels" => $GLOBALS['API_VERSIONS']

0 commit comments

Comments
 (0)