Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 1887aed

Browse files
committed
version 1.0.1
1 parent c462415 commit 1887aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func main() {
5252
Email: "myoshi321go@gmail.com",
5353
},
5454
}
55-
app.Version = "1.0.0"
55+
app.Version = "1.0.1"
5656
app.Action = func(c *cli.Context) {
5757
token := c.String("token")
5858
if token == "" {

0 commit comments

Comments
 (0)