Skip to content

Commit

Permalink
Merge branch 'v23.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Jan 19, 2024
2 parents 3eba1d8 + 5167dda commit e016640
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 e016640

Please sign in to comment.