File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ func init() {
206
206
// Initialize the CLI app and start Geth
207
207
app .Action = geth
208
208
app .HideVersion = true // we have a command to print the version
209
- app .Copyright = "Copyright 2013-2022 The go-ethereum Authors"
209
+ app .Copyright = "Copyright 2013-2023 The go-ethereum Authors"
210
210
app .Commands = []* cli.Command {
211
211
// See chaincmd.go:
212
212
initCommand ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func NewApp(usage string) *cli.App {
32
32
app .EnableBashCompletion = true
33
33
app .Version = params .VersionWithCommit (git .Commit , git .Date )
34
34
app .Usage = usage
35
- app .Copyright = "Copyright 2013-2022 The go-ethereum Authors"
35
+ app .Copyright = "Copyright 2013-2023 The go-ethereum Authors"
36
36
app .Before = func (ctx * cli.Context ) error {
37
37
MigrateGlobalFlags (ctx )
38
38
return nil
You can’t perform that action at this time.
0 commit comments