new: setting item of record history

This commit is contained in:
lollipopkit
2023-08-30 19:33:06 +08:00
parent f4b6326652
commit 28660b82ef
9 changed files with 69 additions and 49 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 517;
static const int build = 520;
static const String engine = "3.13.1";
static const String buildAt = "2023-08-30 17:23:28.418667";
static const String buildAt = "2023-08-30 19:21:56.317609";
static const int modifications = 2;
}