边缘节点版本调整为0.3.1

This commit is contained in:
GoEdgeLab
2021-09-23 20:59:21 +08:00
parent a0deebc424
commit 9d71601765
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ const (
// 其他节点版本号,用来检测是否有需要升级的节点
NodeVersion = "0.3.0"
NodeVersion = "0.3.1"
UserNodeVersion = "0.0.10"
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.3"

File diff suppressed because one or more lines are too long