diff --git a/cmd/hz/meta/const.go b/cmd/hz/meta/const.go index 8a36ba2f6..3f4d916d6 100644 --- a/cmd/hz/meta/const.go +++ b/cmd/hz/meta/const.go @@ -19,7 +19,7 @@ package meta import "runtime" // Version hz version -const Version = "v0.7.0" +const Version = "v0.7.1" const DefaultServiceName = "hertz_service"