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" )