import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_15 = VersionInfo.of({ version: '0.1.15:0', releaseNotes: { en_US: 'bug fixes', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })