diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index f7cfd211e486..bfc5372cc3e8 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -9,7 +9,7 @@ import {getVersionData} from "./util/version.js"; const {version} = getVersionData(); const topBanner = `🌟 Lodestar: TypeScript Implementation of the Ethereum Consensus Beacon Chain. * Version: ${version} - * by ChainSafe Systems, 2018-2023`; + * by ChainSafe Systems, 2018-${new Date().getFullYear()}`; const bottomBanner = `📖 For more information, check the CLI reference: * https://chainsafe.github.io/lodestar/reference/cli diff --git a/packages/flare/src/cli.ts b/packages/flare/src/cli.ts index c4ed2284b952..4da4eb4e158c 100644 --- a/packages/flare/src/cli.ts +++ b/packages/flare/src/cli.ts @@ -10,7 +10,7 @@ Flare is a sudden brief burst of bright flame or light. In the wrong hands, can lead people astray. Use with care. - * by ChainSafe Systems, 2018-2023`; + * by ChainSafe Systems, 2018-${new Date().getFullYear()}`; const bottomBanner = ` ✍️ Give feedback and report issues on GitHub: * https://github.com/ChainSafe/lodestar`; diff --git a/packages/prover/src/cli/cli.ts b/packages/prover/src/cli/cli.ts index ff793b257cb4..8ef53e781a40 100644 --- a/packages/prover/src/cli/cli.ts +++ b/packages/prover/src/cli/cli.ts @@ -9,7 +9,7 @@ import {globalOptions} from "./options.js"; const {version} = getVersionData(); const topBanner = `🌟 Lodestar Prover Proxy: Ethereum RPC proxy for RPC responses, verified against the trusted block hashes. * Version: ${version} - * by ChainSafe Systems, 2018-2023`; + * by ChainSafe Systems, 2018-${new Date().getFullYear()}`; const bottomBanner = `📖 For more information, check the CLI reference: * https://chainsafe.github.io/lodestar/reference/cli