Skip to content

Commit 75ccf94

Browse files
authored
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 <[email protected]>
1 parent 39089af commit 75ccf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package gin
66

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

0 commit comments

Comments
 (0)