diff --git a/version.go b/version.go index 1a4f439df2..c5f90b8e59 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.2.0" + Version = "v0.2.1" )