update version (#589)

This commit is contained in:
binbin.zhang 2023-03-15 19:09:33 +08:00 committed by GitHub
parent 802920dd32
commit 73c4f3632d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -68,7 +68,7 @@ const (
KEY_BEAT = "beat"
KEY_DOM = "dom"
DEFAULT_CONTEXT_PATH = "/nacos"
CLIENT_VERSION = "Nacos-Go-Client:v2.1.3"
CLIENT_VERSION = "Nacos-Go-Client:v2.2.0"
REQUEST_DOMAIN_RETRY_TIME = 3
SERVICE_INFO_SPLITER = "@@"
CONFIG_INFO_SPLITER = "@@"

View File

@ -1,5 +1,3 @@
package util
/*
* Copyright 1999-2020 Alibaba Group Holding Ltd.
*
@ -16,6 +14,8 @@ package util
* limitations under the License.
*/
package util
const SHOW_CONTENT_SIZE = 100
func TruncateContent(content string) string {

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package vo
import "github.com/nacos-group/nacos-sdk-go/v2/common/constant"