2015-09-02 10:26:06 +00:00

7 lines
162 B
JavaScript

define(function(require, exports, module) {
// on each backwards incompatible protocol change the version number must be
// increased
exports.protocol = 11;
});