Skip to content

Commit fa41505

Browse files
authored
v7.1.0 (#69)
* v7.1.0 * update
1 parent 6a9be94 commit fa41505

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+928
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
1616
## Installation
1717

1818
```
19-
go get github.com/muxinc/mux-go/v7
19+
go get github.com/muxinc/mux-go/v6
2020
```
2121

2222
## Getting Started
@@ -48,7 +48,7 @@ import (
4848
"fmt"
4949
"os"
5050

51-
"github.com/muxinc/mux-go/v7"
51+
"github.com/muxinc/mux-go/v6"
5252
)
5353

5454
func main() {

0 commit comments

Comments
 (0)