import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const current = VersionInfo.of({ version: '0.3.1:0', releaseNotes: { en_US: `Update to upstream Spaces **0.3.1** (\`horologger/spaces:v0.3.1\`). Also bundles \`subs:v0.1.2d\` (\`certrelay:v0.2.8\` and \`nacho:v1.0.0b\` unchanged). Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`, }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })