Bump protocol version

pull/333/head
Tim Robinson 2016-06-15 15:24:53 +00:00
rodzic 461d910a63
commit c6fe50b115
1 zmienionych plików z 1 dodań i 1 usunięć

2
node_modules/kaefer/lib/version.js wygenerowano vendored
Wyświetl plik

@ -2,6 +2,6 @@ define(function(require, exports, module) {
// on each backwards incompatible protocol change the version number must be
// increased
exports.protocol = 12;
exports.protocol = 13;
});