diff --git a/bashhub/version.py b/bashhub/version.py index 2493f91..8df7726 100644 --- a/bashhub/version.py +++ b/bashhub/version.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' diff --git a/install-bashhub.sh b/install-bashhub.sh index 89f524d..ebed367 100755 --- a/install-bashhub.sh +++ b/install-bashhub.sh @@ -34,7 +34,7 @@ zshprofile=~/.zshrc # Optional parameter to specify a github branch # to pull from. -github_branch=${1:-'0.0.6'} +github_branch=${1:-'0.0.7'} install_bashhub() { check_dependencies