diff --git a/build/build-bundle.js b/build/build-bundle.js index 016281619fab..b3941b988bcc 100644 --- a/build/build-bundle.js +++ b/build/build-bundle.js @@ -62,7 +62,7 @@ const banner = ` * ${pkg.description} * * @homepage ${pkg.homepage} - * @author Copyright 2023 ${pkg.author} + * @author Copyright ${new Date().getFullYear()} ${pkg.author} * @license ${pkg.license} * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0