Files
tatlock-ui/lib/version.g.dart
T
Jeroen SchweitzerandClaude Opus 4.5 9c41a8805d
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 3m0s
chore: release v1.0.5
Web authentication now uses OIDC Authorization Code flow with PKCE
instead of NPM forward auth. Added callback route and web utilities.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 12:01:42 +01:00

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 = '1.0.4';
static const int buildNumber = 1;
static const String fullVersion = '1.0.4+1';
}