diff --git a/web/packages/extension/webpack.config.js b/web/packages/extension/webpack.config.js index 24534c8d1..722d8c12b 100644 --- a/web/packages/extension/webpack.config.js +++ b/web/packages/extension/webpack.config.js @@ -14,7 +14,7 @@ function transformManifest(content, env) { const buildDate = new Date().toISOString().substring(0, 10); // The extension marketplaces require the version to monotonically increase, - // so append the build date onto the end of the manifest version. + // so append the build number onto the end of the manifest version. manifest.version = process.env.BUILD_ID ? `${packageVersion}.${process.env.BUILD_ID}` : packageVersion;