Upgrade to latest version

Jinzhu 2020-06-21 14:09:49 +08:00
parent 4af6fe9ad3
commit a35a94a831
2 changed files with 2 additions and 2 deletions

@ -30,7 +30,7 @@ GORM 2.0 现处于公测阶段,已部署于多个用户的生产服务环境
#### 安装
```sh
go get gorm.io/gorm@v0.2.9
go get gorm.io/gorm@v0.2.12
```
#### 使用

@ -30,7 +30,7 @@ GORM 2.0 is not yet released, currently, in the public beta stage, it has been u
#### Install
```sh
go get gorm.io/gorm@v0.2.9 // public beta version
go get gorm.io/gorm@v0.2.12 // public beta version
```
#### Usage