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
exports.protocol = 10;
2015-02-10 19:41:24 +00:00
});