Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiro07 committed Jan 31, 2024
1 parent cb5fbd2 commit 8d5af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/shell/base/appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const processEnv = (import.meta as any).env as IProcessEnv;
// console.log({ processEnv });

export const appConfig = {
applicationVersion: 'v231009',
applicationVersion: 'v240201',
isDevelopment: processEnv.DEV,
// isDevelopment: location.host === 'localhost',
// applicationVersion: app.getVersion(),
Expand Down

0 comments on commit 8d5af22

Please sign in to comment.