2015-02-10 23:41:24 +04:00

7 lines
161 B
JavaScript

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