Files
gf/version.go
2023-02-15 09:45:40 +08:00

7 lines
87 B
Go

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