chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-10-17 14:06:45 +08:00
parent 4928ca600d
commit 229983d82e
4 changed files with 26 additions and 26 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1095;
static const int build = 1104;
static const int script = 58;
}