From 67455c5f64780458ad23efd22cb17bd9832a963b Mon Sep 17 00:00:00 2001 From: alice <90381261+alice-yyds@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:04:37 +0800 Subject: [PATCH] chore: update version v0.9.4 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 1f5fabefb..027817a09 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.9.3" + Version = "v0.9.4" )