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 (
// VERSION is the current GoFrame version.
2022-11-04 11:33:31 +08:00
VERSION = "v2.2.2"
)