Files
gf/version.go

5 lines
83 B
Go
Raw Normal View History

package gf
2017-11-23 10:21:28 +08:00
2021-11-14 11:36:59 +08:00
const VERSION = "v2.0.0-beta"
2019-04-03 00:03:46 +08:00
const AUTHORS = "john<john@goframe.org>"