bump: v1206

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-08-09 12:45:45 +08:00
parent 95f8e571c1
commit 584af5423a
5 changed files with 29 additions and 29 deletions

View File

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