修改版本号为0.5.0

This commit is contained in:
刘祥超
2022-08-07 19:02:19 +08:00
parent 9159820742
commit 08bb3e66f8

View File

@@ -1,7 +1,7 @@
package teaconst
const (
Version = "0.4.11"
Version = "0.5.0"
ProductName = "Edge API"
ProcessName = "edge-api"
@@ -18,7 +18,7 @@ const (
// 其他节点版本号,用来检测是否有需要升级的节点
NodeVersion = "0.4.11"
NodeVersion = "0.5.0"
UserNodeVersion = "0.4.0"
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.4"