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

2
gin.go
View File

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