Skip to content

Commit

Permalink
Prepare for release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaloras committed Dec 29, 2014
1 parent 97b6c3e commit d709c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bashhub/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '0.0.7'
2 changes: 1 addition & 1 deletion install-bashhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d709c09

Please sign in to comment.