Skip to content

Commit

Permalink
バージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiro07 committed Oct 9, 2023
1 parent 933383b commit 1371f2e
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: 'v230318a',
applicationVersion: 'v231009',
isDevelopment: processEnv.DEV,
// isDevelopment: location.host === 'localhost',
// applicationVersion: app.getVersion(),
Expand Down

0 comments on commit 1371f2e

Please sign in to comment.