Update const framework version to 1.1.4

This commit is contained in:
Javier Provecho Fernandez 2016-12-06 14:38:14 +01:00
parent c8b35d3445
commit 98af44604c

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")