mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
9 lines
162 B
Go
9 lines
162 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.2.1"
|
|
// AUTHORS is the authors of GoFrame.
|
|
AUTHORS = "john<john@goframe.org>"
|
|
)
|