bump protocol version

This commit is contained in:
Fabian Jakobs 2015-09-02 10:26:06 +00:00
parent 70cb7b1d5d
commit 021716bcde

2
node_modules/kaefer/lib/version.js generated vendored
View File

@ -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;
});