We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1758c13 commit 1950be2Copy full SHA for 1950be2
1 file changed
app.config.ts
@@ -64,7 +64,7 @@ const APP_VARIANT_CONFIG: Record<Variant, AppVariantConfig> = {
64
65
const variant = (process.env.APP_VARIANT as Variant) || 'production';
66
67
-const VERSION = '0.0.34';
+const VERSION = '0.0.35';
68
69
const appConfig = APP_VARIANT_CONFIG[variant];
70
0 commit comments