fix: update check

This commit is contained in:
lollipopkit
2024-06-05 18:26:02 +08:00
parent 9bffec64b5
commit 8a9ade355c
8 changed files with 33 additions and 33 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 923;
static const int build = 932;
static const String engine = "3.22.1";
static const String buildAt = "2024-06-01 22:31:14";
static const int modifications = 4;
static const String buildAt = "2024-06-05 18:16:59";
static const int modifications = 2;
static const int script = 48;
}