gf/version.go
2023-12-21 21:12:51 +08:00

7 lines
86 B
Go

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