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.
2 parents e8af2a9 + 6f15336 commit 1d76b98Copy full SHA for 1d76b98
snooty.toml
@@ -19,10 +19,12 @@ driver = "kotlin"
19
driver-long = "MongoDB Kotlin Driver"
20
version = "4.9"
21
full-version = "{+version+}.1"
22
+version-next = "4.10"
23
mdb-server = "MongoDB server"
24
25
package-name-org = "mongodb-org"
26
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
27
+api-kotlin = "https://mongodb.github.io/mongo-java-driver/{+version-next+}"
28
stable-api = "Stable API"
29
mongocrypt-version = "1.7.3"
30
nettyVersion = "io.netty:netty-all:4.1.79.Final"
0 commit comments