From 782b877d320abbb41fdedb6ec670a6d4bddca8cd Mon Sep 17 00:00:00 2001 From: xiezhengyao Date: Fri, 26 Jul 2024 14:38:29 +0800 Subject: [PATCH] chore: update version v0.10.3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 1a0534855e..644c709d45 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.10.2" + Version = "v0.10.3" )