gf/version.go
John Guo 32a7f6a0f0
feature/v2.4.0-rc4 (#2578)
* v2.4.0-rc3

* v2.4.0-rc4
2023-04-12 22:01:24 +08:00

7 lines
91 B
Go

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