Bump bundle version number.

This commit is contained in:
Nick Martin
2011-12-05 23:38:58 -08:00
parent b3c83c994a
commit b81ae24ec5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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