From 038548c1889e1045869cc1bf4470abf0fc8d923e Mon Sep 17 00:00:00 2001 From: John Guo Date: Tue, 18 Oct 2022 20:32:28 +0800 Subject: [PATCH] v2.2.1 (#2222) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 0c9540a38..38919cbf4 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gf -const VERSION = "v2.2.0" +const VERSION = "v2.2.1" const AUTHORS = "john"