gf/version.go

7 lines
92 B
Go
Raw Normal View History

package gf
2017-11-23 10:21:28 +08:00
const (
// VERSION is the current GoFrame version.
2023-03-17 17:51:10 +08:00
VERSION = "v2.4.0-beta"
)