版本号修改为1.3.4.2

This commit is contained in:
GoEdgeLab
2024-04-09 10:05:40 +08:00
parent aa14c4d5b4
commit c2f1c965b3

View File

@@ -1,7 +1,7 @@
package teaconst package teaconst
const ( const (
Version = "1.3.4.1" Version = "1.3.4.2"
ProductName = "Edge API" ProductName = "Edge API"
ProcessName = "edge-api" ProcessName = "edge-api"
@@ -20,8 +20,8 @@ const (
// 其他节点版本号,用来检测是否有需要升级的节点 // 其他节点版本号,用来检测是否有需要升级的节点
NodeVersion = "1.3.4.1" NodeVersion = "1.3.4.2"
// SQLVersion SQL版本号 // SQLVersion SQL版本号
SQLVersion = "11" SQLVersion = "12"
) )