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.
2023-01-09 14:39:42 +08:00
VERSION = "v2.3.0"
)