fix: v2.9.6 (#4537)

This commit is contained in:
hailaz
2025-12-04 11:35:32 +08:00
committed by GitHub
parent 48845c3473
commit bb9133ab9d
28 changed files with 35 additions and 35 deletions

View File

@ -2,5 +2,5 @@ package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.9.5"
VERSION = "v2.9.6"
)