We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8debc commit 4625176Copy full SHA for 4625176
cmd/biu-cli.go
@@ -26,7 +26,7 @@ var (
26
ip string
27
pageSize int
28
client = resty.New()
29
- version = "v0.3"
+ version = "v0.4"
30
)
31
32
func biuPrint(header []string, data [][]string) {
0 commit comments