chore: bump version

Signed-off-by: lollipopkit <10864310+lollipopkit@users.noreply.github.com>
This commit is contained in:
lollipopkit
2024-06-13 00:45:24 +08:00
parent 4814a2de28
commit 108d0a5a5b
4 changed files with 28 additions and 28 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 967;
static const int build = 970;
static const String engine = "3.22.2";
static const String buildAt = "2024-06-12 21:30:20";
static const int modifications = 3;
static const String buildAt = "2024-06-13 00:44:23";
static const int modifications = 0;
static const int script = 49;
}