Files
gf/version.go

7 lines
87 B
Go
Raw Permalink Normal View History

package gf
2017-11-23 10:21:28 +08:00
const (
2023-04-24 11:44:19 +08:00
// VERSION is the current GoFrame version.
VERSION = "v2.10.2"
)