Skip to content

Commit a472b8a

Browse files
committed
修改版本
1 parent cfa2717 commit a472b8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/const/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package teaconst
22

33
const (
4-
Version = "0.1.0"
4+
Version = "0.1.1"
55

66
ProductName = "Edge API"
77
ProcessName = "edge-api"
@@ -18,7 +18,7 @@ const (
1818

1919
// 其他节点版本号,用来检测是否有需要升级的节点
2020

21-
NodeVersion = "0.1.0"
21+
NodeVersion = "0.1.1"
2222
UserNodeVersion = "0.0.7"
2323
AuthorityNodeVersion = "0.0.1"
2424
MonitorNodeVersion = "0.0.1"

0 commit comments

Comments
 (0)