From 33ad73cbee6d70a8acc06b3e91c7f81958db2a69 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 22 Nov 2022 14:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/const/const.go b/internal/const/const.go index 043d3ef4..10f6f2af 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -21,5 +21,5 @@ const ( NodeVersion = "0.5.8" // SQLVersion SQL版本号 - SQLVersion = "2" + SQLVersion = "3" )