Files
spaces-startos/startos/versions/current.ts
T
spacesops 61cd3e679a
Build Service / BuildPackage (push) Canceled after 0s
0.2.1:4
2026-07-31 21:31:22 -04:00

15 lines
471 B
TypeScript

import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.2.1:4',
releaseNotes: {
en_US: `Repack so the archive bundles \`horologger/spaces:v0.2.1a\` as declared in the manifest (other images unchanged: \`subs:v0.1.2\`, \`certrelay:v0.2.5\`, \`nacho:v1.0.0\`).
Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`,
},
migrations: {
up: async ({ effects }) => {},
down: IMPOSSIBLE,
},
})