mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-25 12:21:24 +00:00
config updater 17
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user