mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-03-10 02:12:01 +00:00
config updater for 14 -> 15
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user