bump: v1201

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-07-28 22:27:56 +08:00
parent 8d597294a4
commit 46a12bc844
4 changed files with 27 additions and 27 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1195;
static const int script = 64;
static const int build = 1201;
static const int script = 65;
}