Files
gf/version.go
2024-02-07 17:11:36 +08:00

7 lines
86 B
Go

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