Updated GORM V2 Release Note Draft (markdown)

Manfred Touron 2020-06-27 02:08:06 +02:00
parent e4488cef85
commit 20d64b11f8

@ -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.15 // public beta version
go get gorm.io/gorm@v0.2.18 // public beta version
```
#### Usage