config updater for 14 -> 15

This commit is contained in:
hyperdefined
2026-01-25 17:50:18 -05:00
parent e537286785
commit fb1901085c
3 changed files with 139 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ public class ConfigUpdater {
case 11 -> new Version12(toolStats).update(); // 11 to 12
case 12 -> new Version13(toolStats).update(); // 12 to 13
case 13 -> new Version14(toolStats).update(); // 13 to 14
case 14 -> new Version15(toolStats).update(); // 14 to 15
}
}
}