Skip to content

Commit 5e2bc0f

Browse files
committed
version bump
1 parent ad01e71 commit 5e2bc0f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

startos/install/versions/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export { v1_34_3_1 as current } from './v1.34.3.1-alpha.0'
1+
export { v1_34_3_1 as current } from './v1.34.3.1'
2+
23
import { v1_34_1_3 } from './v1.34.1.3-alpha.0'
34
import { v1_34_1_2 } from './v1.34.1.2'
45
import { v1_34_1_1 } from './v1.34.1.1'
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
2+
3+
export const v1_34_3_1 = VersionInfo.of({
4+
version: '1.34.3:1-alpha.1',
5+
releaseNotes: `\
6+
Updated for StartOS 0.4.0
7+
8+
### Dependency Updates
9+
* Updated SDK to beta.43
10+
* Updated interface name for backwards compatibility
11+
* Updated dev dependencies to latest versions`,
12+
migrations: {
13+
up: async () => {},
14+
down: IMPOSSIBLE,
15+
},
16+
})

0 commit comments

Comments
 (0)