Add startos/versions/current.ts
Add Munin Bitcoin version information
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user