Skip to content

Commit d1b2cf3

Browse files
authored
Update 'full-version' source constant (#78)
# Pull Request Info Update `full-version` source constant to use Kotlin version "4.10" instead of Java version "4.9" so the snippets on [Quick Start page](https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/quick-start/) are correct [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) JIRA - No Jira Staging - https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/no-jira-snooty-update/quick-start/ ## Self-Review Checklist - [ ] Is this free of any warnings or errors in the RST? - [ ] Did you run a spell-check? - [ ] Did you run a grammar-check? - [ ] Are all the links working?
1 parent 5918462 commit d1b2cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919
driver = "kotlin"
2020
driver-long = "MongoDB Kotlin Driver"
2121
version = "4.9"
22-
full-version = "{+version+}.1"
2322
version-next = "4.10"
23+
full-version = "4.10.0"
2424
mdb-server = "MongoDB server"
2525
kotlin-docs = "https://kotlinlang.org/docs"
2626

0 commit comments

Comments
 (0)