Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aprove version #757

Merged
merged 1 commit into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-2.0/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nebula CPP是一款C++语言的客户端,可以连接、管理Nebula Graph图

|Nebula Graph版本|Nebula CPP版本|
|:---|:---|
|{{ nebula.release }}|2.1.0|
|{{ nebula.release }}|2.5.0|
|2.0.1|2.0.0|
|2.0.0|2.0.0|

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/14.client/4.nebula-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nebula Java是一款Java语言的客户端,可以连接、管理Nebula Graph

|Nebula Graph版本|Nebula Java版本|
|:---|:---|
|{{ nebula.release }}|2.1.0|
|{{ nebula.release }}|2.5.0|
|2.0.1|2.0.0|
|2.0.0|2.0.0|
|2.0.0-rc1|2.0.0-rc1|
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nebula Python是一款Python语言的客户端,可以连接、管理Nebula Gra

|Nebula Graph版本|Nebula Python版本|
|:---|:---|
|{{ nebula.release }}|2.1.0|
|{{ nebula.release }}|2.5.0|
|2.0.1|2.0.0|
|2.0.0|2.0.0|
|2.0.0-rc1|2.0.0rc1|
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nebula Go是一款Go语言的客户端,可以连接、管理Nebula Graph图数

|Nebula Graph版本|Nebula Go版本|
|:---|:---|
|{{ nebula.release }}|2.1.0|
|{{ nebula.release }}|2.5.0|
|2.0.1|2.0.0-GA|
|2.0.0|2.0.0-GA|

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/9.space-statements/1.create-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CREATE SPACE [IF NOT EXISTS] <graph_space_name> (

!!! compatibility "历史版本兼容性"

2.1.0之前的2.x版本中,`vid_type`不是必选参数,默认为`FIXED_STRING(8)`。
2.5.0之前的2.x版本中,`vid_type`不是必选参数,默认为`FIXED_STRING(8)`。

!!! note

Expand Down