Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Jan 31, 2019
1 parent d38ea26 commit 6ec834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
app := cli.NewApp()
app.Name = "toyotter2"
app.Usage = "toyotter2 [command] [...option]"
app.Version = "0.2.3"
app.Version = "0.2.5"

app.Commands = []cli.Command{
commands.TweetCommand(api, v),
Expand Down

0 comments on commit 6ec834e

Please sign in to comment.