From 765c61e068eb5c23a6a89ed4bdd95092d30edb0f Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Thu, 1 Feb 2024 14:06:41 +0800 Subject: [PATCH] Update-go-api (#2455) --- docs-2.0-en/14.client/6.nebula-go-client.md | 2 +- docs-2.0-zh/14.client/6.nebula-go-client.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0-en/14.client/6.nebula-go-client.md b/docs-2.0-en/14.client/6.nebula-go-client.md index b9d433e2e45..671ba3763c2 100644 --- a/docs-2.0-en/14.client/6.nebula-go-client.md +++ b/docs-2.0-en/14.client/6.nebula-go-client.md @@ -34,7 +34,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go/v3@v{{go.release}} ## API reference -Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.6.1#section-documentation) to check the functions and types provided by the GO Client. +Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation) to check the functions and types provided by the GO Client. ## Core of the example code diff --git a/docs-2.0-zh/14.client/6.nebula-go-client.md b/docs-2.0-zh/14.client/6.nebula-go-client.md index 4811a5add34..653059c5d1c 100644 --- a/docs-2.0-zh/14.client/6.nebula-go-client.md +++ b/docs-2.0-zh/14.client/6.nebula-go-client.md @@ -36,7 +36,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go@ ## API 文档 -点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.6.1#section-documentation)查看 Go 客户端提供的各种方法和类型。 +点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation)查看 Go 客户端提供的各种方法和类型。 ## 核心代码