From c3dd97a7c13b6ec9878658f7ca34187a201b1384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= 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" )