bump: v1189

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-11 17:02:47 +08:00
parent c42c701ffc
commit c556c0f1b5
5 changed files with 30 additions and 30 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1185;
static const int script = 63;
static const int build = 1189;
static const int script = 64;
}