import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_138 = VersionInfo.of({ version: '0.2.138:0', releaseNotes: { en_US: "Audio-first \"Listen\" mode is now available to Pro subscribers too (previously Max-only). Any paid tier — Pro or Max — can voice a recap and listen to it like a podcast; operators still get it on their own hardware. No other changes.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })