bump version to 1.2

This commit is contained in:
Javier Provecho Fernandez 2017-04-07 22:18:36 +02:00 committed by GitHub
parent a57bb191c7
commit c5d9c2f0fa
1 changed files with 1 additions and 1 deletions

2
gin.go
View File

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