diff --git a/common/constants.go b/common/constants.go index 8375e58a..8b1cf4b9 100644 --- a/common/constants.go +++ b/common/constants.go @@ -1,6 +1,6 @@ package common -var Version = "v4.5.1" // this hard coding will be replaced automatically when building, no need to manually change +var Version = "v4.5.2" // this hard coding will be replaced automatically when building, no need to manually change const ( RequestIdKey = "X-Request-Id"