通知媒介可以设置发送频率

This commit is contained in:
GoEdgeLab
2021-08-24 15:46:53 +08:00
parent 17b9eee78d
commit 8c1771331f
5 changed files with 22 additions and 6 deletions

View File

@@ -21,6 +21,6 @@ const (
NodeVersion = "0.3.0"
UserNodeVersion = "0.0.10"
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.3"
DNSNodeVersion = "0.2.0"
)