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

Commit bdf77d2

Browse files
committed
version 1.1.1
1 parent 3bfa566 commit bdf77d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USAGE:
1313
main [global options] command [command options] [arguments...]
1414
1515
VERSION:
16-
1.1.0
16+
1.1.1
1717
1818
AUTHOR(S):
1919
Joe Fitzgerald <jfitzgerald@pivotal.io> Sunyong Lim <dicebattle@gmail.com> Yoshihiro Misawa <myoshi321go@gmail.com>

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
Email: "myoshi321go@gmail.com",
5959
},
6060
}
61-
app.Version = "1.1.0"
61+
app.Version = "1.1.1"
6262
app.Action = func(c *cli.Context) {
6363
token := c.String("token")
6464
if token == "" {

0 commit comments

Comments
 (0)