chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 23:44:01 +08:00
parent ea678f37b0
commit 2907ac74d4
5 changed files with 29 additions and 29 deletions

View File

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