将节点版本号修改为1.2.9

This commit is contained in:
GoEdgeLab
2023-09-12 15:03:00 +08:00
parent 0856d20caf
commit bd8d88bf18

View File

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