From 7708e40dd6a9efdd177265d6aa60b4f169030b95 Mon Sep 17 00:00:00 2001 From: dean <1006393151@qq.com> Date: Thu, 22 Feb 2024 12:32:55 +0800 Subject: [PATCH] doc --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index cf45d280..f71130a6 100644 --- a/common/constants.go +++ b/common/constants.go @@ -12,7 +12,7 @@ var StreamRequestOutTime = os.Getenv("STREAM_REQUEST_OUT_TIME") var DebugEnabled = os.Getenv("DEBUG") == "true" -var Version = "v4.0.4" // this hard coding will be replaced automatically when building, no need to manually change +var Version = "v4.0.5" // this hard coding will be replaced automatically when building, no need to manually change const ( RequestIdKey = "X-Request-Id"