Skip to content

Commit

Permalink
chore(suite-desktop-core): add bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Sep 9, 2024
1 parent 8bb41b9 commit 3ba8a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite-desktop-core/src/threads/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const init = (settings: TrezordNodeSettings) =>
}),
{ serviceName: 'trezord-node' },
),
bundledVersion: process.env.VERSION,
});

createThread(init);

0 comments on commit 3ba8a92

Please sign in to comment.