Update the comment of Version (#1141)

This commit is contained in:
田欧 2017-10-26 10:25:25 +08:00 committed by Bo-Yi Wu
parent dfb68ce085
commit 1e88466d23
1 changed files with 1 additions and 1 deletions

2
gin.go
View File

@ -14,8 +14,8 @@ import (
"github.com/gin-gonic/gin/render" "github.com/gin-gonic/gin/render"
) )
// Version is Framework's version.
const ( const (
// Version is Framework's version.
Version = "v1.2" Version = "v1.2"
defaultMultipartMemory = 32 << 20 // 32 MB defaultMultipartMemory = 32 << 20 // 32 MB
) )