Skip to content

Commit

Permalink
update version (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin0325 committed Mar 15, 2023
1 parent 802920d commit 73c4f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/constant/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "@@"
Expand Down
4 changes: 2 additions & 2 deletions util/content.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package util

/*
* Copyright 1999-2020 Alibaba Group Holding Ltd.
*
Expand All @@ -16,6 +14,8 @@ package util
* limitations under the License.
*/

package util

const SHOW_CONTENT_SIZE = 100

func TruncateContent(content string) string {
Expand Down
1 change: 1 addition & 0 deletions vo/client_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73c4f36

Please sign in to comment.