From 11073fe28100c6f9228e0f809bc6a3615a7752ae Mon Sep 17 00:00:00 2001 From: alice <90381261+alice-yyds@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:54:23 +0800 Subject: [PATCH] chore: update version v0.12.1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 29e386ad0d..a72c64cb21 100644 --- a/version.go +++ b/version.go @@ -19,5 +19,5 @@ package kitex // Name and Version info of this framework, used for statistics and debug const ( Name = "Kitex" - Version = "v0.12.0" + Version = "v0.12.1" )