Skip to content

Commit

Permalink
Update the copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Apr 2, 2021
1 parent f32fedc commit 1e05772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Run() {
app.Name = "g"
app.Usage = "Golang Version Manager"
app.Version = build.Version()
app.Copyright = "Copyright (c) 2019-2020, voidint. All rights reserved."
app.Copyright = "Copyright (c) 2019-2021, voidint. All rights reserved."
app.Authors = []cli.Author{{Name: "voidint", Email: "[email protected]"}}

app.Before = func(ctx *cli.Context) (err error) {
Expand Down

0 comments on commit 1e05772

Please sign in to comment.