File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ go install github.com/oalders/debounce@latest
8585or for a specific version:
8686
8787``` bash
88- go install github.com/oalders/debounce@v0.5.0
88+ go install github.com/oalders/debounce@v0.5.2
8989```
9090
9191### Using Ubi
@@ -261,7 +261,7 @@ Prints current version.
261261
262262``` bash
263263debounce --version
264- 0.5.0
264+ 0.5.2
265265```
266266
267267### --help
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/oalders/debounce/types"
1212)
1313
14- const vstring = "0.5.0 "
14+ const vstring = "0.5.2 "
1515
1616type CLI struct { //nolint:govet
1717 Debug bool `help:"Print debugging info to screen"`
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ usage_message="Usage: debounce <quantity> <unit> <command>"
77
88@test " Check version output" {
99 result=" $( ./bin/debounce --version) "
10- [ " $result " == " 0.5.0 " ]
10+ [ " $result " == " 0.5.2 " ]
1111}
1212
1313@test " Check error message when not enough arguments are provided" {
You can’t perform that action at this time.
0 commit comments