gf/version.go

7 lines
86 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.
2024-11-21 20:51:46 +08:00
VERSION = "v2.8.1"
)