Skip to content

Commit

Permalink
Updated to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Apr 5, 2023
1 parent 4f25aa6 commit a1ead3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,8 @@ If you have any questions and commissions for me, feel free to tell me.

1. Modified go.mod and go.sum.

- v2.0.3 (April 5, 2023)

1. Forgot updating version number and modified it.

[TOP](#top)
2 changes: 1 addition & 1 deletion goodls.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func createHelp() *cli.App {
{Name: "tanaike [ https://github.com/tanaikech/" + appname + " ] ", Email: "[email protected]"},
}
a.UsageText = "Download shared files on Google Drive."
a.Version = "2.0.1"
a.Version = "2.0.3"
a.Flags = []cli.Flag{
&cli.StringFlag{
Name: "url, u",
Expand Down

0 comments on commit a1ead3e

Please sign in to comment.