fix: update changelog (#466)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 20:53:22 +08:00
committed by GitHub
parent c988dd88d7
commit 5ee98f90e8
4 changed files with 12 additions and 12 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1014;
static const int build = 1013;
static const int script = 50;
}