Version Bump

This commit is contained in:
StempunkDev 2023-07-28 12:13:15 +02:00
parent 62f241b3ee
commit ed723c374a
3 changed files with 9 additions and 4 deletions

View file

@ -636,4 +636,9 @@ export function resolveVersionConflicts(version) {
if (coa?.shield === "state") delete coa.shield;
});
}
if (version < 1.89) {
//May need a major bump
}
}