Files
gf/version.go
John Guo 2cc4835c49 v2 -> v3
2025-04-10 14:12:35 +08:00

7 lines
92 B
Go

package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v3.0.0-alpha"
)