Bump dev bundle vno again.

This commit is contained in:
Nick Martin
2012-02-14 15:47:23 -08:00
parent 0fed828024
commit dfd094e6c2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
BUNDLE_VERSION=0.0.7
BUNDLE_VERSION=0.0.8
UNAME=$(uname)
if [ "$UNAME" == "Linux" ] ; then

2
meteor
View File

@@ -1,6 +1,6 @@
#!/bin/bash
BUNDLE_VERSION=0.0.7
BUNDLE_VERSION=0.0.8
# Find the script dir, following one level of symlink.
if [ -L "$0" ] ; then