diff --git a/version.go b/version.go index fef300f96..b6c0efd4f 100644 --- a/version.go +++ b/version.go @@ -19,5 +19,5 @@ package hertz // Name and Version info of this framework, used for statistics and debug const ( Name = "Hertz" - Version = "v0.7.3" + Version = "v0.8.0" )