Skip to content

Commit 6959f9b

Browse files
committed
Default arango version should be 2.3.
1 parent 8654668 commit 6959f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Connection(config) {
2424
Connection.defaults = {
2525
url: 'http://localhost:8529',
2626
databaseName: '_system',
27-
arangoVersion: 20200
27+
arangoVersion: 20300
2828
};
2929

3030
extend(Connection.prototype, {

0 commit comments

Comments
 (0)