节点版本号修改为1.1.0

This commit is contained in:
刘祥超
2023-04-19 21:02:01 +08:00
parent f5c7108799
commit fbe4de2e94

View File

@@ -18,7 +18,7 @@ const (
// 其他节点版本号,用来检测是否有需要升级的节点
NodeVersion = "1.0.1"
NodeVersion = "1.1.0"
// SQLVersion SQL版本号
SQLVersion = "11"