mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
7 lines
86 B
Go
7 lines
86 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.7.0"
|
|
)
|