From 24f5b2782de4b8af51dbf96ca0573893eb784ecd Mon Sep 17 00:00:00 2001 From: John Guo Date: Thu, 19 May 2022 16:10:52 +0800 Subject: [PATCH] version updates --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 2b3395380..d4b7f3151 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gf -const VERSION = "v2.1.0-rc2" +const VERSION = "v2.1.0-rc3" const AUTHORS = "john"