Files
gf/version.go

7 lines
86 B
Go
Raw 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.
2025-03-17 15:52:26 +08:00
VERSION = "v2.9.0"
)