Files
gf/version.go
hailaz 627aa5d27f fix: Update version to v2.9.3 (#4417)
Change all references from v2.9.2 to v2.9.3 and update the release name
accordingly.
2025-09-03 12:48:06 +08:00

7 lines
86 B
Go

package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.9.3"
)