Skip to content

Commit 6537d96

Browse files
committed
update semver tag
1 parent c327c53 commit 6537d96

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.2.0
12+
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.2.1
1313
```
1414

15-
v1.2.0 - is the last tag in repo, feel free to choose what you want.
15+
v1.2.1 - 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)