mirror of https://github.com/gin-gonic/gin.git
Update version.go (#2923)
This commit is contained in:
parent
cbdd47a7e1
commit
efa3175007
|
@ -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.7.3"
|
const Version = "v1.7.4"
|
||||||
|
|
Loading…
Reference in New Issue