version.go updates (#2259)

This commit is contained in:
John Guo
2022-11-04 11:33:31 +08:00
committed by GitHub
parent a1b9eca7b6
commit ad90bc2809

View File

@ -2,7 +2,5 @@ package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.2.1"
// AUTHORS is the authors of GoFrame.
AUTHORS = "john<john@goframe.org>"
VERSION = "v2.2.2"
)