Skip to content

Commit

Permalink
docs: update copyright year in green-orb.go
Browse files Browse the repository at this point in the history
  • Loading branch information
atgreen committed Sep 8, 2024
1 parent 7863de0 commit cd1f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion green-orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func main() {
HideHelpCommand: true,
Version: version,
Usage: "Your observe-and-report buddy",
Copyright: "Copyright (C) 2023 Anthony Green <[email protected]>.\nDistributed under the terms of the MIT license.\nSee https://github.com/atgreen/green-orb for details.",
Copyright: "Copyright (C) 2023-2024 Anthony Green <[email protected]>.\nDistributed under the terms of the MIT license.\nSee https://github.com/atgreen/green-orb for details.",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "config",
Expand Down

0 comments on commit cd1f9cf

Please sign in to comment.