fix: conform fdroid version fmt

Signed-off-by: lollipopkit <10864310+lollipopkit@users.noreply.github.com>
This commit is contained in:
lollipopkit
2024-06-13 23:51:10 +08:00
parent 1a32e9944e
commit 161f536a62
6 changed files with 37 additions and 32 deletions

View File

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