From e86cb7f97eff0e3016f54dbaa55ebe1e1f1a7857 Mon Sep 17 00:00:00 2001 From: alice <90381261+alice-yyds@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:57:00 +0800 Subject: [PATCH] chore: update version v0.8.1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index b6c0efd4f..b23641ecd 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.8.0" + Version = "v0.8.1" )