opt.: put version logic somewhere else (#381)

Signed-off-by: lollipopkit <10864310+lollipopkit@users.noreply.github.com>
This commit is contained in:
lollipopkit
2024-06-13 22:40:18 +08:00
parent 6deb753198
commit 1a32e9944e
5 changed files with 32 additions and 32 deletions

View File

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