bump: v1241

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-03 09:24:33 +08:00
parent ec4b633889
commit fc8e9b4bb1
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 = 1231;
static const int script = 68;
static const int build = 1241;
static const int script = 69;
}