We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8c2f9 commit ca080b1Copy full SHA for ca080b1
meteor
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-BUNDLE_VERSION=0.3.13
+BUNDLE_VERSION=0.3.15
4
5
# OS Check. Put here because here is where we download the precompiled
6
# bundles that are arch specific.
scripts/generate-dev-bundle.sh
@@ -161,7 +161,7 @@ make install
161
# click 'changelog' under the current version, then 'release notes' in
162
# the upper right.
163
cd "$DIR/build"
164
-MONGO_VERSION="2.4.4"
+MONGO_VERSION="2.4.6"
165
166
# We use Meteor fork since we added some changes to the building script.
167
# Our patches allow us to link most of the libraries statically.
0 commit comments