We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7123a9 commit 9002ca4Copy full SHA for 9002ca4
docs/reference/content/index.md
@@ -6,7 +6,7 @@ type = "index"
6
7
# MongoDB Node.js Driver Documentation
8
9
-Welcome to the MongoDB Node.js 3.x driver documentation.
+Welcome to the MongoDB Node.js 3.2 driver documentation.
10
11
12
## What's New
docs/reference/data/mongodb.toml
@@ -1,6 +1,6 @@
1
# Update versions in config.toml as well
2
githubRepo = "node-mongodb-native"
3
-githubBranch = "3.0.0"
4
-currentVersion = "3.x"
+githubBranch = "master"
+currentVersion = "3.2"
5
highlightTheme = "idea.css"
apiUrl = "/api"
0 commit comments