bump: v1184

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-09 16:01:39 +08:00
parent 066629d7e0
commit 6f2a58ce18
6 changed files with 45 additions and 49 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1128;
static const int script = 59;
static const int build = 1184;
static const int script = 63;
}