mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 13:25:10 +01:00
fix: version change logic (#381)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user