diff --git a/version.go b/version.go index 644c709d45..96c9e79792 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.3" + Version = "v0.11.0" )