Files
gf/version.go
John Guo 2854daded6 v2.3.0
2023-01-09 14:39:42 +08:00

7 lines
87 B
Go

package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.3.0"
)