We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c6cb1 commit cc847b7Copy full SHA for cc847b7
1 file changed
index.js
@@ -1,5 +1,5 @@
1
-var PROTOCOL_VERSION = 12;
2
-var COMPATIBLE_VERSIONS = [11];
+var PROTOCOL_VERSION = 13;
+var COMPATIBLE_VERSIONS = [];
3
var PORT = process.env.PORT || 5000;
4
5
var ws = require('ws');
0 commit comments