From edb745ed929806d456c09e8995438cc914c11518 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 May 2020 11:31:34 +0800 Subject: [PATCH] version updates --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index e7c69e151..62a3f9dcd 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gf -const VERSION = "v1.12.2" +const VERSION = "v1.12.3" const AUTHORS = "john"