diff --git a/version.go b/version.go index 204166a4d..f6f2a2f52 100644 --- a/version.go +++ b/version.go @@ -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" + VERSION = "v2.2.2" )