mirror of https://github.com/gin-gonic/gin.git
Update the comment of Version (#1141)
This commit is contained in:
parent
dfb68ce085
commit
1e88466d23
2
gin.go
2
gin.go
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue