v0.2.1 model names config-driven
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { VersionGraph } from '@start9labs/start-sdk'
|
||||
import { v_0_1_0 } from './v0.1.0'
|
||||
import { v_0_2_0 } from './v0.2.0'
|
||||
import { v_0_2_1 } from './v0.2.1'
|
||||
|
||||
export const versionGraph = VersionGraph.of({
|
||||
current: v_0_2_0,
|
||||
other: [v_0_1_0],
|
||||
current: v_0_2_1,
|
||||
other: [v_0_2_0, v_0_1_0],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user