diff --git a/version.go b/version.go index a72c64cb21..2c80c6441f 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.1" + Version = "v0.12.2" )