fix: docker cmd wrap

This commit is contained in:
lollipopkit
2023-11-20 16:57:31 +08:00
parent f093853d21
commit b696cdff08
6 changed files with 33 additions and 34 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 644;
static const int build = 645;
static const String engine = "3.16.0";
static const String buildAt = "2023-11-20 11:49:47";
static const int modifications = 4;
static const int script = 26;
static const String buildAt = "2023-11-20 16:47:25";
static const int modifications = 5;
static const int script = 27;
}