Files
gf/version.go
2025-11-10 21:40:35 +08:00

7 lines
86 B
Go

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