Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit 6045e7e7f0 fix: sftp dl
2023-07-28 19:08:34 +08:00

10 lines
278 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 395;
static const String engine = "3.10.6";
static const String buildAt = "2023-07-28 17:28:52.039761";
static const int modifications = 10;
}