1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00
gf/version.go
2024-10-24 14:51:03 +08:00

7 lines
91 B
Go

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