bump: v1218

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-08-18 12:08:29 +08:00
parent 5497ad83e0
commit f5634d6e88
5 changed files with 27 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1206;
static const int script = 67;
static const int build = 1219;
static const int script = 68;
}