// GENERATED FILE - DO NOT EDIT // Generated by: dart run tool/generate_version.dart /// Application version information from pubspec.yaml class AppVersion { AppVersion._(); static const String name = 'tatlock_ui'; static const String description = 'Tatlock - a Home Lab AI'; static const String version = '0.1.0'; static const int buildNumber = 1; static const String fullVersion = '0.1.0+1'; }