Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Dec 30, 2022
1 parent c74808a commit 09fa23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ USAGE:
todoist [global options] command [command options] [arguments...]
VERSION:
0.15.0
0.18.0
COMMANDS:
list, l Show all tasks
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
app := cli.NewApp()
app.Name = "todoist"
app.Usage = "Todoist CLI Client"
app.Version = "0.15.0"
app.Version = "0.18.0"
app.EnableBashCompletion = true

contentFlag := cli.StringFlag{
Expand Down

0 comments on commit 09fa23e

Please sign in to comment.