bump protocol version

pull/134/merge
Fabian Jakobs 2015-09-02 10:26:06 +00:00
rodzic 70cb7b1d5d
commit 021716bcde
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 = 10;
exports.protocol = 11;
});