From af2157a862eb67147c7ffcd216249d9f7ed60bfb Mon Sep 17 00:00:00 2001 From: ZhaoMei Date: Mon, 19 Apr 2021 11:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v7.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/conf.go b/conf/conf.go index 41f6860a..d699d887 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -1,6 +1,6 @@ package conf -const Version = "7.9.3" +const Version = "7.9.4" const ( CONTENT_TYPE_JSON = "application/json"