From 7bcd4255b35815b9ba38fc261edf4ddbd35172a1 Mon Sep 17 00:00:00 2001 From: dean <1006393151@qq.com> Date: Thu, 6 Jun 2024 17:30:20 +0800 Subject: [PATCH] docs --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"