Bump bundle version.

This commit is contained in:
David Glasser
2013-01-16 10:48:39 -05:00
parent 3a99938dff
commit 6785ac2d87
2 changed files with 2 additions and 2 deletions

View File

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

2
meteor
View File

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