chain-studio/lib/data/about_info.dart
flemming-it adc5fc2311
Some checks failed
Security / Security check (push) Failing after 2s
chore: bump to 0.74.0 + changelog for the doctor/runs round
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-18 18:02:44 +02:00

14 lines
620 B
Dart

// Product identity shown in Settings → About and the sidebar
// version tag. One place to bump so procurement-facing facts
// (vendor, license, contact) can never drift between surfaces.
/// Studio's own build version. Bump on every UI release so the
/// running app self-identifies.
const String kStudioVersion = '0.74.0';
const String kProductName = 'Ch∆In Studio';
const String kVendorName = 'Flemming.AI (F∆I)';
const String kAuthorName = 'Dr. Stefan Flemming';
const String kLicenseName = 'Apache 2.0';
const String kContactEmail = 'chain@flemming.ai';
const String kDocsUrl = 'https://chain.flemming.ai';