mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
7 lines
87 B
Go
7 lines
87 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.10.2"
|
|
)
|