import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const v0_1_0 = VersionInfo.of({ version: '0.1.0:0', releaseNotes: { en_US: 'Initial release: swap UI, status, health for Parakeet/Magpie.', }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })