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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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