2016-06-15 15:24:53 +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 = 13;
});