gin/version.go
appleboy 83d81b31b6
docs(changelog): upgrade Gin to v1.11.0 and add release notes
- Add release notes for Gin v1.11.0, detailing new features, enhancements, bug fixes, CI/build improvements, dependency updates, and documentation changes
- Update Gin framework version to v1.11.0

ref: https://github.com/gin-gonic/gin/issues/4325
Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-09-20 19:37:40 +08:00

9 lines
249 B
Go

// Copyright 2018 Gin Core Team. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package gin
// Version is the current gin framework's version.
const Version = "v1.11.0"