Files
spacesops b446cd5f69
Build Service / BuildPackage (push) Canceled after 0s
0.3.1:0
2026-08-28 16:55:15 -04:00

15 lines
454 B
TypeScript

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,
},
})