c9-core/node_modules/kaefer/lib/version.js

7 wiersze
162 B
JavaScript
Czysty Zwykły widok Historia

2015-02-10 19:41:24 +00:00
define(function(require, exports, module) {
// on each backwards incompatible protocol change the version number must be
// increased
2016-01-14 11:17:12 +00:00
exports.protocol = 12;
2015-02-10 19:41:24 +00:00
});