Skip to content

Commit 4321196

Browse files
committed
Update mongoCryptVersion
1 parent 0e4824c commit 4321196

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
nettyVersion = '4.1.17.Final'
4343
snappyVersion = '1.1.4'
4444
zstdVersion = '1.3.8-3'
45-
mongoCryptVersion = '1.0.0-beta1'
45+
mongoCryptVersion = '1.0.0-beta2'
4646
gitVersion = getGitVersion()
4747
}
4848

docs/reference/content/driver/tutorials/client-side-encryption.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ See the [installation]({{< relref "driver/getting-started/installation.md" >}})
2929

3030
There is a separate jar file containing`libmongocrypt` bindings.
3131

32-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta1">}}
32+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta2">}}
3333

3434
If the jar fails to run there are separate jar files for specific architectures:
3535

3636
#### RHEL 7.0*
37-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta1" classifier="linux64-rhel70">}}
37+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta2" classifier="linux64-rhel70">}}
3838

3939
#### OSX*
40-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta1" classifier="osx">}}
40+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta2" classifier="osx">}}
4141

4242
#### Windows*
43-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta1" classifier="win64">}}
43+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta2" classifier="win64">}}
4444

4545
#### Ubuntu 16.04
46-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta1" classifier="linux64-ubuntu1604">}}
46+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta2" classifier="linux64-ubuntu1604">}}
4747

4848

4949
* Distribution is included in the main `mongodb-crypt` jar file.

0 commit comments

Comments
 (0)