File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/reference/content/driver/tutorials Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
nettyVersion = ' 4.1.17.Final'
43
43
snappyVersion = ' 1.1.4'
44
44
zstdVersion = ' 1.3.8-3'
45
- mongoCryptVersion = ' 1.0.0-beta1 '
45
+ mongoCryptVersion = ' 1.0.0-beta2 '
46
46
gitVersion = getGitVersion()
47
47
}
48
48
Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ See the [installation]({{< relref "driver/getting-started/installation.md" >}})
29
29
30
30
There is a separate jar file containing` libmongocrypt ` bindings.
31
31
32
- {{< install artifactId="mongodb-crypt" version="1.0.0-beta1 ">}}
32
+ {{< install artifactId="mongodb-crypt" version="1.0.0-beta2 ">}}
33
33
34
34
If the jar fails to run there are separate jar files for specific architectures:
35
35
36
36
#### 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">}}
38
38
39
39
#### 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">}}
41
41
42
42
#### 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">}}
44
44
45
45
#### 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">}}
47
47
48
48
49
49
* Distribution is included in the main ` mongodb-crypt ` jar file.
You can’t perform that action at this time.
0 commit comments