Skip to content

Commit

Permalink
[release]Web: v2024.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
subroh0508 committed Nov 16, 2024
1 parent 93cff03 commit 43b325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/webpack.config.d/03.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MEASUREMENT_ID = prod ? 'G-XV1LEWMH6K' : 'G-JPJRS76T16';
config.plugins.push(
new webpack.DefinePlugin({
APP_NAME: '"COLOR M@STER"',
APP_VERSION: '"v2024.10.13"',
APP_VERSION: '"v2024.11.17"',
API_KEY: `"${API_KEY}"`,
AUTH_DOMAIN: `"${AUTH_DOMAIN}"`,
DATABASE_URL: `"${DATABASE_URL}"`,
Expand Down

0 comments on commit 43b325e

Please sign in to comment.