docs: release v1.7.3

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2021-08-03 10:02:15 +08:00
parent 9a575a4c05
commit 96c182b57c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Gin ChangeLog
## Gin v1.7.3
* fix level 1 router match [#2767](https://github.com/gin-gonic/gin/issues/2767), [#2796](https://github.com/gin-gonic/gin/issues/2796)
## Gin v1.7.2
### BUGFIXES

View File

@ -5,4 +5,4 @@
package gin
// Version is the current gin framework's version.
const Version = "v1.7.2"
const Version = "v1.7.3"