Update the comment of Version (#1141)
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user