Increment dev bundle version.

This commit is contained in:
Nick Martin
2013-03-11 22:55:53 -07:00
parent b27dd1b8d2
commit 4fa14fa1ce
2 changed files with 2 additions and 2 deletions

View File

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

2
meteor
View File

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