import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_41 = VersionInfo.of({ version: '0.2.41:0', releaseNotes: { en_US: 'Renamed the paid-tier entitlement from "core" to "pro" (with "max" recognized as a parallel). Resolves the naming collision where "Core" is the user-facing name for the free tier but "core" was the server-side flag for paid status. Pro licenses now ship pro + subscriptions + relay_pro; Max licenses ship max + subscriptions + relay_max. No installs in the wild had core-entitled licenses yet, so this is a clean rename — no compat alias needed.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })