import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const current = VersionInfo.of({ version: '0.3.0:1', releaseNotes: { en_US: `Group actions on the Actions and Config page (Space-CLI Web UI, Bitcoin, Spaced, Subspaces, Certrelay, Nacho, etc.). Build \`x86\` + \`arm\` only (drop riscv from default \`ARCHES\`). Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`, }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })