diff --git a/internal/const/const.go b/internal/const/const.go index 606752a0..9c470e41 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -22,6 +22,6 @@ const ( UserNodeVersion = "0.2.1" AuthorityNodeVersion = "0.0.2" MonitorNodeVersion = "0.0.3" - DNSNodeVersion = "0.2.0" + DNSNodeVersion = "0.2.1" ReportNodeVersion = "0.1.0" )