Skip to content

Commit

Permalink
Release v1.7.9
Browse files Browse the repository at this point in the history
Signed-off-by: r3inbowari <[email protected]>
  • Loading branch information
r3inbowari committed Sep 4, 2024
1 parent 96bd45a commit c668d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Simply use `speedtest` command. The closest server is selected by default. Use t
# speedtest --unix
$ speedtest

speedtest-go v1.7.8 @showwin
speedtest-go v1.7.9 @showwin

✓ ISP: 124.27.199.165 (Fujitsu) [34.9769, 138.3831]
✓ Found 20 Public Servers
Expand Down Expand Up @@ -105,7 +105,7 @@ and select them by id.
```bash
$ speedtest --server 6691 --server 6087

speedtest-go v1.7.8 @showwin
speedtest-go v1.7.9 @showwin

✓ ISP: 124.27.199.165 (Fujitsu) [34.9769, 138.3831]
✓ Found 2 Specified Public Server(s)
Expand Down
2 changes: 1 addition & 1 deletion speedtest/speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
version = "1.7.8"
version = "1.7.9"
DefaultUserAgent = fmt.Sprintf("showwin/speedtest-go %s", version)
)

Expand Down

0 comments on commit c668d18

Please sign in to comment.