chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 23:15:40 +08:00
parent 076082c945
commit ea678f37b0
5 changed files with 27 additions and 28 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1013;
static const int script = 50;
static const int build = 1017;
static const int script = 51;
}