chore(core): update config scheme version

pull/1025/head
ppoffice 2022-01-15 18:26:38 -05:00
parent 684b847b70
commit ed932eab2f
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
3 changed files with 13 additions and 2 deletions

View File

@ -1 +1 @@
module.exports = require('./v3_v4');
module.exports = require('./v4_v5');

View File

@ -0,0 +1,11 @@
const Migration = require('hexo-component-inferno/lib/core/migrate').Migration;
module.exports = class extends Migration {
constructor() {
super('5.0.0', null);
}
upgrade(config) {
return config;
}
};

View File

@ -7,7 +7,7 @@
"version": {
"type": "string",
"description": "Version of the configuration file",
"default": "4.0.0"
"default": "5.0.0"
},
"variant": {
"type": "string",