2016-01-14 11:17:12 +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 = 12;
});