From 74fd10bade145257d4f6ca78b1d0a084a88bcc61 Mon Sep 17 00:00:00 2001 From: dean <1006393151@qq.com> Date: Wed, 3 Jul 2024 02:38:02 +0800 Subject: [PATCH] fix: Image --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 6556455e..f7459d57 100644 --- a/common/constants.go +++ b/common/constants.go @@ -1,6 +1,6 @@ package common -var Version = "v4.5.4" // this hard coding will be replaced automatically when building, no need to manually change +var Version = "v4.5.5" // this hard coding will be replaced automatically when building, no need to manually change const ( RequestIdKey = "X-Request-Id"