Skip to content

Commit 0286e12

Browse files
authored
update README.md (go-mysql-org#574)
1 parent daa27eb commit 0286e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication.
99
## How to migrate to this repo
1010
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
1111
```
12-
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.1.1
12+
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.1.2
1313
```
1414

15-
v.1.1.1 - is the last tag in repo, feel free to choose what you want.
15+
v.1.1.2 - is the last tag in repo, feel free to choose what you want.
1616

1717
## Changelog
1818
This repo uses [Changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)