gf/version.go
2023-03-17 17:51:10 +08:00

7 lines
92 B
Go

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