feat: update version constant to v1.10.0

- 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 10:34:40 +08:00
parent 39089af625
commit 5de2c553e6
No known key found for this signature in database

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"