Skip to content

Commit

Permalink
up to 6.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 14, 2020
1 parent d8bafe3 commit a17f45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ go env -w GOSUMDB=off
//go.mod加入依赖
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/zhuxiujia/GoMybatis v6.5.5+incompatible
github.com/zhuxiujia/GoMybatis v6.5.6+incompatible
)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ go get github.com/go-sql-driver/mysql
//go.mod加入依赖
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/zhuxiujia/GoMybatis v6.5.5+incompatible
github.com/zhuxiujia/GoMybatis v6.5.6+incompatible
)
```

Expand Down

0 comments on commit a17f45a

Please sign in to comment.