Skip to content

Commit 1d76b98

Browse files
authored
Merge pull request #37 from mongodben/update_source_constants
add source constant for kotlin docs
2 parents e8af2a9 + 6f15336 commit 1d76b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ driver = "kotlin"
1919
driver-long = "MongoDB Kotlin Driver"
2020
version = "4.9"
2121
full-version = "{+version+}.1"
22+
version-next = "4.10"
2223
mdb-server = "MongoDB server"
2324

2425
package-name-org = "mongodb-org"
2526
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
27+
api-kotlin = "https://mongodb.github.io/mongo-java-driver/{+version-next+}"
2628
stable-api = "Stable API"
2729
mongocrypt-version = "1.7.3"
2830
nettyVersion = "io.netty:netty-all:4.1.79.Final"

0 commit comments

Comments
 (0)