Skip to content

Commit

Permalink
fix: 1.10 -> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
msgui committed Aug 13, 2023
1 parent 8465927 commit 3b791ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public String driverVersion() {
* [1.8] #295: support ttl for vertex and edge
* [1.9] #1333: support read frequency for property key
* [1.10] #1506: rename read frequency to write type
* [1.10] #1533: add meta table in system store
* [1.11] #1533: add meta table in system store
*/
return "1.10";
return "1.11";
}

public static class PaloSchemaStore extends PaloStore {
Expand Down

0 comments on commit 3b791ee

Please sign in to comment.