Skip to content

Commit

Permalink
Update MongoDB to 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussner committed Jun 23, 2020
1 parent 6408045 commit c82e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-builder.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

MONGODB_VERSION='4.2.5'
MONGODB_VERSION='4.2.8'
SRC="mongodb-src-r$MONGODB_VERSION"
TARGET="mongodb-linux-x86_64-${MONGODB_VERSION}"
BIN="$TARGET/bin"
Expand Down

0 comments on commit c82e7d1

Please sign in to comment.