Files

13 lines
406 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_124 = VersionInfo.of({
version: '0.2.124:0',
releaseNotes: {
en_US: 'Tier Bitcoin invoices now return the Lightning BOLT11 (for inline in-app payment) and each plan reports its configured per-period relay-credit allotment.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})