add dev version

This commit is contained in:
thinkerou 2019-05-08 12:10:11 +08:00
parent 5a7e3095b2
commit f0ab9f2ad0
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 $ 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 ## Quick start
```sh ```sh

View File

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