Version 2.13.0-36.0.dev

Merge commit '774b80f2d3805050f5f4a91bf8911651206b3230' into 'dev'
diff --git a/pkg/test_runner/bin/launch_browser.dart b/pkg/test_runner/bin/launch_browser.dart
index 1924521..a92be18 100644
--- a/pkg/test_runner/bin/launch_browser.dart
+++ b/pkg/test_runner/bin/launch_browser.dart
@@ -34,7 +34,7 @@
   var runtime = Runtime.find(name);
   var configuration = TestConfiguration(
       configuration: Configuration(
-          "dummy configuration", null, null, null, runtime, null));
+          "dummy-configuration", null, null, null, runtime, null));
   var executable = configuration.browserLocation;
   var browser = Browser.byRuntime(runtime, executable);
   browser.start(arguments[1]);
diff --git a/tools/VERSION b/tools/VERSION
index b7fdb1d..6440191 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 13
 PATCH 0
-PRERELEASE 35
+PRERELEASE 36
 PRERELEASE_PATCH 0
\ No newline at end of file