From ad90bc28091fcf04b1ef8d505835a1fc647df7f3 Mon Sep 17 00:00:00 2001 From: John Guo Date: Fri, 4 Nov 2022 11:33:31 +0800 Subject: [PATCH] version.go updates (#2259) --- version.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" )