mirror of https://github.com/gin-gonic/gin.git
feat: update version constant to v1.10.0 (#3952)
- Update the version constant from "v1.9.1" to "v1.10.0" Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
39089af625
commit
75ccf94d60
|
@ -5,4 +5,4 @@
|
||||||
package gin
|
package gin
|
||||||
|
|
||||||
// Version is the current gin framework's version.
|
// Version is the current gin framework's version.
|
||||||
const Version = "v1.9.1"
|
const Version = "v1.10.0"
|
||||||
|
|
Loading…
Reference in New Issue