Bump Subspaces to subs:v0.1.2b and Certrelay to certrelay:v0.2.7b; align README and instructions with the new tags. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
449 B
TypeScript
15 lines
449 B
TypeScript
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const current = VersionInfo.of({
|
|
version: '0.2.1:5',
|
|
releaseNotes: {
|
|
en_US: `Bump Subspaces to \`horologger/subs:v0.1.2b\` and Certrelay to \`horologger/certrelay:v0.2.7b\` (spaces \`v0.2.1a\` and nacho \`v1.0.0\` unchanged).
|
|
|
|
Requires StartOS 0.4.0-beta.10 (\`start-sdk\` 2.0.9).`,
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: IMPOSSIBLE,
|
|
},
|
|
})
|