Skip to content

Commit f48f35f

Browse files
committed
bump version
1 parent 996cc19 commit f48f35f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

startos/install/versions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { v_0_7_1_0_a0 as current } from './v0.7.1.0.a0'
1+
export { v_0_7_1_0_b0 as current } from './v0.7.1.0.b0'
22
export const other = []
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { VersionInfo } from '@start9labs/start-sdk'
22

3-
export const v_0_7_1_0_a0 = VersionInfo.of({
4-
version: '0.7.1:0-alpha.0',
3+
export const v_0_7_1_0_b0 = VersionInfo.of({
4+
version: '0.7.1:0-beta.0',
55
releaseNotes: {
66
en_US: 'Initial release for StartOS 0.4.0',
77
es_ES: 'Lanzamiento inicial para StartOS 0.4.0',

0 commit comments

Comments
 (0)