We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f894cce commit 3653254Copy full SHA for 3653254
admin/generate-dev-bundle.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-BUNDLE_VERSION=0.1.0
+BUNDLE_VERSION=0.1.1
6
UNAME=$(uname)
7
ARCH=$(uname -m)
8
meteor
@@ -1,6 +1,6 @@
1
#!/bin/bash
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
0 commit comments