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 a2777d6 commit d132920Copy full SHA for d132920
snooty.toml
@@ -16,6 +16,6 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
16
[constants]
17
driver-long = "MongoDB Go Driver"
18
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
19
-version = "v1.9.0" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
+version = "v1.10.0-beta1" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
20
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
21
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
0 commit comments