From 44e43662550e3aa6ad38c8cd8a863146240551ae Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Thu, 16 Apr 2026 14:23:17 +0700 Subject: [PATCH] Set 1.0 product version during export (#10771) Signed-off-by: Artem Savchenko --- plugins/export-resources/src/export.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/export-resources/src/export.ts b/plugins/export-resources/src/export.ts index 60a9fff065..69333a989b 100644 --- a/plugins/export-resources/src/export.ts +++ b/plugins/export-resources/src/export.ts @@ -60,6 +60,11 @@ export async function exportToWorkspace ( 'documents:class:DocumentMeta': { author: '$currentUser', owner: '$currentUser' + }, + 'products:class:ProductVersion': { + major: 1, + minor: 0, + patch: 0 } }