Skip to content

Commit

Permalink
Merge pull request #36 from showwin/release/v1.1.2
Browse files Browse the repository at this point in the history
Release/v1.1.2
  • Loading branch information
showwin authored Apr 5, 2021
2 parents 5c96f68 + 10938ea commit 628dedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ $ git tag vX.Y.Z
$ git push origin vX.Y.Z
# run GitHub Action to build packages and make release.
```

update brew formula
https://github.com/showwin/homebrew-speedtest/blob/master/speedtest.rb#L3
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
)

func main() {
kingpin.Version("1.1.1")
kingpin.Version("1.1.2")
kingpin.Parse()

user, err := speedtest.FetchUserInfo()
Expand Down

0 comments on commit 628dedc

Please sign in to comment.