// 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.71.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';