gf/version.go
2024-11-21 20:51:46 +08:00

7 lines
86 B
Go

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