mirror of https://github.com/gin-gonic/gin.git
bump version to 1.2
This commit is contained in:
parent
a57bb191c7
commit
c5d9c2f0fa
2
gin.go
2
gin.go
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version is Framework's version
|
// Version is Framework's version
|
||||||
const Version = "v1.1.4"
|
const Version = "v1.2"
|
||||||
|
|
||||||
var default404Body = []byte("404 page not found")
|
var default404Body = []byte("404 page not found")
|
||||||
var default405Body = []byte("405 method not allowed")
|
var default405Body = []byte("405 method not allowed")
|
||||||
|
|
Loading…
Reference in New Issue