import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_30 = VersionInfo.of({ version: '0.2.30:0', releaseNotes: { en_US: 'Gemini transcription picker now lists 3-flash-preview, 2.5-flash, and 2.0-flash. Server fallback chain walks the same order when a model is overloaded.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })