Skip to content

Commit

Permalink
feat: update version constant to v1.10.0 (#3952)
Browse files Browse the repository at this point in the history
- Update the version constant from "v1.9.1" to "v1.10.0"

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 7, 2024
1 parent 39089af commit 75ccf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -5,4 +5,4 @@
package gin

// Version is the current gin framework's version.
const Version = "v1.9.1"
const Version = "v1.10.0"

0 comments on commit 75ccf94

Please sign in to comment.