import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_153 = VersionInfo.of({ version: '0.2.153:0', releaseNotes: { en_US: 'Pay by card: buy Pro or Max with a card via Zaprite, alongside Pay with Bitcoin. The card option appears once the operator configures Zaprite on the relay.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })