import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_38 = VersionInfo.of({ version: '0.2.38:0', releaseNotes: { en_US: 'Activation copy updated: free tier now offers 10 relay credits (was 5). Pairs with recap-relay 0.2.3, which splits Core lifetime budget into 5 Gemini-served credits + 5 operator-hardware-served credits.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })