Add startos/versions/current.ts

Add Munin Bitcoin version information
This commit is contained in:
2026-08-05 17:19:23 +00:00
parent 0c5774906f
commit 9110f4d55e
+12
View File
@@ -0,0 +1,12 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.1.0:1',
releaseNotes: {
en_US: 'Initial Munin Bitcoin release',
},
migrations: {
up: async ({ effects }) => {},
down: IMPOSSIBLE,
},
})