import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_155 = VersionInfo.of({ version: '0.2.155:0', releaseNotes: { en_US: 'Pay with Bitcoin now shows an inline Lightning QR on the same screen (no redirect), matching the buy-credits flow. The pill matches the standard purple, and tier cards show each plan\'s real relay-credit allotment from the operator quota config.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })