gf/version.go
2023-12-04 19:34:48 +08:00

7 lines
91 B
Go

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