Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit 0038ed347f opt. & new
- opt.: docker page perf
- new: docker stats
2023-08-02 23:07:11 +08:00

10 lines
277 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 404;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-02 20:14:57.880607";
static const int modifications = 4;
}