Files
gf/version.go
2022-11-04 11:33:31 +08:00

7 lines
87 B
Go

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