mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
7 lines
162 B
JavaScript
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;
|
|
|
|
}); |