diff --git a/internal/const/const.go b/internal/const/const.go index 9f177647..dfb8d94c 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,7 +1,7 @@ package teaconst const ( - Version = "1.2.9" + Version = "1.2.10" ProductName = "Edge API" ProcessName = "edge-api" @@ -20,7 +20,7 @@ const ( // 其他节点版本号,用来检测是否有需要升级的节点 - NodeVersion = "1.2.9" + NodeVersion = "1.2.10" // SQLVersion SQL版本号 SQLVersion = "11"