Skip to content

Commit 1950be2

Browse files
committed
release: 0.0.35
1 parent 1758c13 commit 1950be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const APP_VARIANT_CONFIG: Record<Variant, AppVariantConfig> = {
6464

6565
const variant = (process.env.APP_VARIANT as Variant) || 'production';
6666

67-
const VERSION = '0.0.34';
67+
const VERSION = '0.0.35';
6868

6969
const appConfig = APP_VARIANT_CONFIG[variant];
7070

0 commit comments

Comments
 (0)