Increment dev bundle.

This commit is contained in:
David Glasser
2013-03-02 18:49:57 -08:00
parent 898f552f29
commit fde627cc34
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
set -e
set -u
BUNDLE_VERSION=0.2.20
BUNDLE_VERSION=0.2.21
UNAME=$(uname)
ARCH=$(uname -m)

2
meteor
View File

@@ -1,6 +1,6 @@
#!/bin/bash
BUNDLE_VERSION=0.2.20
BUNDLE_VERSION=0.2.21
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.