We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996cc19 commit f48f35fCopy full SHA for f48f35f
startos/install/versions/index.ts
@@ -1,2 +1,2 @@
1
-export { v_0_7_1_0_a0 as current } from './v0.7.1.0.a0'
+export { v_0_7_1_0_b0 as current } from './v0.7.1.0.b0'
2
export const other = []
startos/install/versions/v0.7.1.0.a0.ts startos/install/versions/v0.7.1.0.b0.tsstartos/install/versions/v0.7.1.0.a0.ts renamed to startos/install/versions/v0.7.1.0.b0.ts
@@ -1,7 +1,7 @@
import { VersionInfo } from '@start9labs/start-sdk'
3
-export const v_0_7_1_0_a0 = VersionInfo.of({
4
- version: '0.7.1:0-alpha.0',
+export const v_0_7_1_0_b0 = VersionInfo.of({
+ version: '0.7.1:0-beta.0',
5
releaseNotes: {
6
en_US: 'Initial release for StartOS 0.4.0',
7
es_ES: 'Lanzamiento inicial para StartOS 0.4.0',
0 commit comments