config updater 17

This commit is contained in:
hyperdefined
2026-04-06 12:19:11 -04:00
parent 27427c9ee6
commit c5deb0f7fd
4 changed files with 85 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ public class ConfigUpdater {
case 13 -> new Version14(toolStats).update(); // 13 to 14
case 14 -> new Version15(toolStats).update(); // 14 to 15
case 15 -> new Version16(toolStats).update(); // 15 to 16
case 16 -> new Version17(toolStats).update(); // 16 to 17
}
}
}