mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 lines
86 B
Go
7 lines
86 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.9.4"
|
|
)
|