diff --git a/src/third_party/libmongocrypt/import.sh b/src/third_party/libmongocrypt/import.sh index 04ae97752cb..2c91b4537e0 100755 --- a/src/third_party/libmongocrypt/import.sh +++ b/src/third_party/libmongocrypt/import.sh @@ -18,6 +18,7 @@ if grep -q Microsoft /proc/version; then fi NAME=libmongocrypt +# TODO: update the version number VERSION=1.12.0 if grep -q Microsoft /proc/version; then @@ -43,8 +44,7 @@ if [ ! -d $SRC ]; then $GIT_EXE clone https://github.com/mongodb/libmongocrypt $CLONE_DEST pushd $SRC - # TODO: Revert back to `$VERSION` upon new release of libmongocrypt - $GIT_EXE checkout 24fb3f5a91e4d4e88511a7e18393184f2c3ec97b + $GIT_EXE checkout $VERSION popd fi