Skip to content

Commit

Permalink
add version match (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Nov 1, 2021
1 parent 57f5c6c commit 3d56b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ There are the version correspondence between client and Nebula:
| 2.0.0-beta | 2.0.0-beta |
| 2.0.0-rc1 | 2.0.0-rc1 |
| 2.0.0/2.0.1 | 2.0.0/2.0.1 |
| 2.5.0 | >= 2.5.0 |
| 2.5.0 | 2.5.0 |
| 2.6.0 | 2.6.0 |
| 2.0.0-SNAPSHOT| 2.0.0-nightly |

## Graph client example
Expand Down

0 comments on commit 3d56b9c

Please sign in to comment.