Skip to content

Commit daa5fcc

Browse files
committed
Release 1.5.2
1 parent 55a8102 commit daa5fcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN git clone https://github.com/mongodb/mongo-c-driver && \
2525
# Options to build without native crypto are not documented.
2626
RUN git clone https://github.com/mongodb/libmongocrypt && \
2727
cd libmongocrypt && \
28-
git checkout 1.5.0 && \
28+
git checkout 1.5.2 && \
2929
mkdir xbuild && \
3030
cd xbuild && \
3131
cmake -DCMAKE_PREFIX_PATH="/opt/bson" \

lib/libmongocrypt_helper/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module LibmongocryptHelper
2-
VERSION = '1.5.0.0.1001'
2+
VERSION = '1.5.2.0.1001'
33

4-
LIBMONGOCRYPT_VERSION = '1.5.0'
4+
LIBMONGOCRYPT_VERSION = '1.5.2'
55
end

so/libmongocrypt.so

56 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)