Files
gf/version.go
2023-04-24 11:44:19 +08:00

7 lines
86 B
Go

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