Skip to content

Commit

Permalink
Version => 2023.1 (hardcoded, todo)
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Oct 13, 2023
1 parent 520ad0f commit 63681a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/storage/FreLionwebSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ export class FreLionwebSerializer implements FreSerializer {
const result = {};
return {
language: language,
version: "1",
// TODO hardcoded version, need to include language version in Freon proprely
version: "2023.1",
key: key
};
}
Expand Down

0 comments on commit 63681a9

Please sign in to comment.