Update gin version

This commit is contained in:
Vasilyuk Vasiliy 2017-01-15 01:04:17 +04:00 committed by GitHub
parent e2212d40c6
commit 048236e7bc

2
gin.go
View File

@ -15,7 +15,7 @@ import (
)
// Version is Framework's version
const Version = "v1.0rc2"
const Version = "v1.1.4"
var default404Body = []byte("404 page not found")
var default405Body = []byte("405 method not allowed")