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:
Bo-Yi Wu 2024-05-07 11:23:42 +08:00 committed by GitHub
parent 39089af625
commit 75ccf94d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"