Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Jan 19, 2024
1 parent 82691c0 commit 5167dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/_reusable/app-header/components/app-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
inject: ['$config'],
data: () => ({
buildInfo: {
release: import.meta.env.VITE_PACKAGE_VERSION,
release: process.env.npm_package_version,
build: import.meta.env.VITE_BUILD_NUMBER,
},
}),
Expand Down

0 comments on commit 5167dda

Please sign in to comment.