1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 03:05:05 +08:00
gf/version.go
2025-03-09 22:31:20 +08:00

7 lines
91 B
Go

package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.9.0-beta"
)