Skip to content

Commit

Permalink
add dev version (gin-gonic#1886)
Browse files Browse the repository at this point in the history
* add dev version

* Update version.go

* Update version.go
  • Loading branch information
thinkerou authored May 12, 2019
1 parent 04eecb1 commit 965d74c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 965d74c

Please sign in to comment.