Skip to content

Commit

Permalink
Fix: Build information for feedback and telemetry (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Apr 14, 2022
1 parent b8787e5 commit 96d3112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/utils/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import version from '../../../package.json';
import packageJsonFile from '../../../package.json';

export function getVersion() {
return version || 0;
return packageJsonFile.version || 0;
}

0 comments on commit 96d3112

Please sign in to comment.