diff --git a/readme-cn.md b/readme-cn.md index 67145a44..c2c215dd 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -23,7 +23,7 @@ > > `GOPROXY=https://goproxy.cn/,direct go install github.com/zeromicro/go-zero/tools/goctl@latest` > -> `goctl migrate —verbose —version v1.5.0` +> `goctl migrate —verbose —version v1.5.2` ## 0. go-zero 介绍 diff --git a/readme.md b/readme.md index f6297ef2..f99656f7 100644 --- a/readme.md +++ b/readme.md @@ -111,7 +111,7 @@ go install github.com/zeromicro/go-zero/tools/goctl@latest ``` ```shell -goctl migrate —verbose —version v1.5.0 +goctl migrate —verbose —version v1.5.2 ``` ## Quick Start