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 } }