Skip to content

Commit 4765d53

Browse files
committed
Update reference documentation to refer to 2.14.1 release
1 parent 9d49099 commit 4765d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/content/getting-started/installation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w
1717

1818
This jar that contains everything you need including the BSON library.
1919

20-
{{< install artifactId="mongo-java-driver" version="2.14.0" >}}
20+
{{< install artifactId="mongo-java-driver" version="2.14.1" >}}
2121

2222
## BSON
2323

2424
This library comprehensively supports [BSON](http://www.bsonspec.org),
2525
the data storage and network transfer format that MongoDB uses for "documents".
2626
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2727

28-
{{< install artifactId="bson" version="2.14.0" >}}
28+
{{< install artifactId="bson" version="2.14.1" >}}

0 commit comments

Comments
 (0)