版本号修改0.3.1

This commit is contained in:
GoEdgeLab
2021-09-08 17:31:18 +08:00
parent ad20b7c243
commit b908050e5c
3 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
package teaconst
const (
Version = "0.3.0"
Version = "0.3.1"
ProductName = "Edge API"
ProcessName = "edge-api"
@@ -23,4 +23,5 @@ const (
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.3"
DNSNodeVersion = "0.2.0"
ReportNodeVersion = "0.1.0"
)