Merge branch 'master' into embedded-struct

This commit is contained in:
Bo-Yi Wu 2019-05-13 09:15:35 +08:00 committed by GitHub
commit 7e098d1502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -119,10 +119,6 @@ $ curl https://raw.githubusercontent.com/gin-gonic/examples/master/basic/main.go
$ go run main.go
```
## Prerequisite
Now Gin requires Go 1.8 or later and Go 1.10 will be required next major version.
## Quick start
```sh

View File

@ -5,4 +5,4 @@
package gin
// Version is the current gin framework's version.
const Version = "v1.4.0"
const Version = "v1.4.0-dev"