2017-05-14 13:22:31 +02: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;
});