From b385a9fe1a918fcc6a26071d3c529a4c9a8effeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BF=8A=20SionYang?= Date: Fri, 10 Nov 2023 15:34:27 +0800 Subject: [PATCH] Update go client version to 2.2.4 Update go client version to 2.2.4 --- common/constant/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constant/const.go b/common/constant/const.go index 13478e83..4838c1dd 100644 --- a/common/constant/const.go +++ b/common/constant/const.go @@ -76,7 +76,7 @@ const ( KEY_BEAT = "beat" KEY_DOM = "dom" DEFAULT_CONTEXT_PATH = "/nacos" - CLIENT_VERSION = "Nacos-Go-Client:v2.2.2" + CLIENT_VERSION = "Nacos-Go-Client:v2.2.4" REQUEST_DOMAIN_RETRY_TIME = 3 SERVICE_INFO_SPLITER = "@@" CONFIG_INFO_SPLITER = "@@"