fix: version change logic (#381)

This commit is contained in:
lollipopkit
2024-06-13 21:29:03 +08:00
parent 4e33a98631
commit 6deb753198
5 changed files with 29 additions and 29 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 973;
static const int build = 974;
static const int script = 49;
}