Files
gf/version.go
John Guo 73dc8c9c4b fix cache issue in Count/Value functions for gdb.Model (#2300)
* add Tag* functions to retreive most commonly used tag value from struct field for package gstructs; use description tag as default value if brief is empty for gcmd.Argument

* fix cache issue in Count/Value functions for gdb.Model

* add more ut case for package gdb

* version updates
2022-11-16 10:04:49 +08:00

7 lines
87 B
Go

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