gf/version.go
2023-09-12 20:00:01 +08:00

7 lines
86 B
Go

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