feat: update config version to 5

This commit is contained in:
hirzidevs
2024-09-13 08:44:20 +07:00
parent f78a6b79f9
commit 02c8dc13db
2 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ try {
process.exit();
}
if (config.version !== 5) {
if (config.version !== 6) {
console.error('Config Error | Invalid config version! The config has been updated, please get the new config from https://github.com/HirziDevs/PteroStats/blob/dev/config.yml');
process.exit();
}