增加SQL子版本

This commit is contained in:
刘祥超
2022-03-14 16:06:25 +08:00
parent c1ffd25c8b
commit d2ae7834ae
5 changed files with 39 additions and 5 deletions

View File

@@ -24,4 +24,7 @@ const (
MonitorNodeVersion = "0.0.3"
DNSNodeVersion = "0.2.1"
ReportNodeVersion = "0.1.0"
// SQLVersion SQL版本号
SQLVersion = "1"
)