From fd6ec5cae85aa90462f2805a88eb5ef347b80b22 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 26 Oct 2017 09:49:56 +0800 Subject: [PATCH] update comment --- gin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gin.go b/gin.go index 8cfb1f13..4857f3ae 100644 --- a/gin.go +++ b/gin.go @@ -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 )