Files
gf/version.go
John Guo 31e44062a8 revert from int64 to int for returning value of Count (#2378)
* revert from int64 to int for returning value of Count

* up

* up

* up
2022-12-30 16:54:43 +08:00

7 lines
87 B
Go

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