2016-06-26 13:53:19 +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;
});