import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const current = VersionInfo.of({ version: '0.1.0:1', releaseNotes: { en_US: 'Initial Munin Bitcoin release', }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })