Updated GORM V2 Release Note Draft (markdown)

Jinzhu 2020-06-18 11:26:55 +08:00
parent 7db9b8b9a8
commit 9996aae3ac

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