Skip to content

Commit

Permalink
Update client version. (#90)
Browse files Browse the repository at this point in the history
* Update client version.

* Update interface.

* Revert "Update interface."

This reverts commit c549e54.
  • Loading branch information
Shylock-Hg authored Jan 19, 2022
1 parent 9c552f0 commit eb894a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/graph/Response.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ struct VerifyClientVersionResp {

struct VerifyClientVersionReq {
// TODO initialize when build
std::string version{"2.6.0"};
std::string version{"3.0.0"};
};

} // namespace nebula

0 comments on commit eb894a1

Please sign in to comment.