🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
404 B
Dart
14 lines
404 B
Dart
// GENERATED FILE - DO NOT EDIT
|
|
// Generated by build_runner from pubspec.yaml
|
|
|
|
/// 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.3.0';
|
|
static const int buildNumber = 1;
|
|
static const String fullVersion = '0.3.0+1';
|
|
}
|